#D4B06C

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

Shades of Putty #D4B06C

Tints of Putty #D4B06C

Color information

#D4B06C (or 0xD4B06C) is unknown color: approx Putty. HEX triplet: D4, B0 and 6C. RGB value is (212,176,108). Sum of RGB (Red+Green+Blue) = 212+176+108=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B06C is #2B4F93. Grayscale: #B3B3B3. Windows color (decimal): -2838420 or 7123156. OLE color: 7123156.

HSL color Cylindrical-coordinate representation of color #D4B06C: hue angle of 39.23º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4B06C is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB212176108-
CMYK00.170.490.17
HSL39.23º54.74%62.75%-
HSV(B)39.23º49.06%83.14%-
XYZ45.3846.1320.7-
YUV179.0187.93151.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.74%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 108 (42.58% from 255) = 21.77%
R=42.74%
G=35.48%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217610800.170.490.1739.2354.7462.75
HexD4B06C011311127373f
Octal3242601540216121476777
Binary1101010010110000110110001000111000110001100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B06C; }

 p { color: rgb(212,176,108); }

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

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

 a { background-color: rgb(212,176,108); }

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

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

 span { border-color: rgb(212,176,108); }

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