#D6B273

Color #D6B273 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #D6B273

Tints of Putty #D6B273

Color information

#D6B273 (or 0xD6B273) is unknown color: approx Putty. HEX triplet: D6, B2 and 73. RGB value is (214,178,115). Sum of RGB (Red+Green+Blue) = 214+178+115=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B273 is #294D8C. Grayscale: #B5B5B5. Windows color (decimal): -2706829 or 7582422. OLE color: 7582422.

HSL color Cylindrical-coordinate representation of color #D6B273: hue angle of 38.18º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6B273 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB214178115-
CMYK00.170.460.16
HSL38.18º54.7%64.51%-
HSV(B)38.18º46.26%83.92%-
XYZ46.7547.3722.9-
YUV181.5890.43151.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 115 (45.31% from 255) = 22.68%
R=42.21%
G=35.11%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417811500.170.460.1638.1854.764.51
HexD6B2730112E10263741
Octal32626216302156204667101
Binary11010110101100101110011010001101110100001001101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B273; }

 p { color: rgb(214,178,115); }

 H1.HeaderClassName
 {
   color: #D6B273;
 }
 .AnyTagClassName
 {
   color: #D6B273;
 }
</style>
background-color css

<style>
 a { background-color: #D6B273; }

 a { background-color: rgb(214,178,115); }

 div.DivClassName
 {
   background-color: #D6B273;
 }
 .BgClassName
 {
   background-color: #D6B273;
 }
</style>
border-color css

<style>
 span { border-color: #D6B273; }

 span { border-color: rgb(214,178,115); }

 td.TdClassName
 {
   border-color: #D6B273;
 }
 .TagClassName
 {
   border-color: #D6B273;
 }
</style>