#D2B372

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

Shades of Putty #D2B372

Tints of Putty #D2B372

Color information

#D2B372 (or 0xD2B372) is unknown color: approx Putty. HEX triplet: D2, B3 and 72. RGB value is (210,179,114). Sum of RGB (Red+Green+Blue) = 210+179+114=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B372 is #2D4C8D. Grayscale: #B5B5B5. Windows color (decimal): -2968718 or 7517138. OLE color: 7517138.

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

Color convert

RGB210179114-
CMYK00.150.460.18
HSL40.62º51.61%63.53%-
HSV(B)40.62º45.71%82.35%-
XYZ45.7447.1622.61-
YUV180.8690.27148.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=41.75%
G=35.59%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017911400.150.460.1840.6251.6163.53
HexD2B3720F2E12293440
Octal32226316201756225164100
Binary1101001010110011111001001111101110100101010011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B372; }

 p { color: rgb(210,179,114); }

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

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

 a { background-color: rgb(210,179,114); }

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

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

 span { border-color: rgb(210,179,114); }

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