#D4B472

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

Shades of Putty #D4B472

Tints of Putty #D4B472

Color information

#D4B472 (or 0xD4B472) is unknown color: approx Putty. HEX triplet: D4, B4 and 72. RGB value is (212,180,114). Sum of RGB (Red+Green+Blue) = 212+180+114=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B472 is #2B4B8D. Grayscale: #B6B6B6. Windows color (decimal): -2837390 or 7517396. OLE color: 7517396.

HSL color Cylindrical-coordinate representation of color #D4B472: hue angle of 40.41º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4B472 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB212180114-
CMYK00.150.460.17
HSL40.41º53.26%63.92%-
HSV(B)40.41º46.23%83.14%-
XYZ46.5147.8522.71-
YUV182.0489.6149.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=41.90%
G=35.57%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218011400.150.460.1740.4153.2663.92
HexD4B4720F2E11283540
Octal32426416201756215065100
Binary1101010010110100111001001111101110100011010001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B472; }

 p { color: rgb(212,180,114); }

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

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

 a { background-color: rgb(212,180,114); }

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

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

 span { border-color: rgb(212,180,114); }

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