#D4B06F

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

Shades of Putty #D4B06F

Tints of Putty #D4B06F

Color information

#D4B06F (or 0xD4B06F) is unknown color: approx Putty. HEX triplet: D4, B0 and 6F. RGB value is (212,176,111). Sum of RGB (Red+Green+Blue) = 212+176+111=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B06F is #2B4F90. Grayscale: #B3B3B3. Windows color (decimal): -2838417 or 7319764. OLE color: 7319764.

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

Color convert

RGB212176111-
CMYK00.170.480.17
HSL38.61º54.01%63.33%-
HSV(B)38.61º47.64%83.14%-
XYZ45.5546.221.56-
YUV179.3589.43151.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 111 (43.75% from 255) = 22.24%
R=42.48%
G=35.27%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217611100.170.480.1738.6154.0163.33
HexD4B06F011301127363f
Octal3242601570216021476677
Binary1101010010110000110111101000111000010001100111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B06F; }

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

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

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

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

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

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

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

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