#D2B479

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

Shades of Putty #D2B479

Tints of Putty #D2B479

Color information

#D2B479 (or 0xD2B479) is unknown color: approx Putty. HEX triplet: D2, B4 and 79. RGB value is (210,180,121). Sum of RGB (Red+Green+Blue) = 210+180+121=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B479 is #2D4B86. Grayscale: #B6B6B6. Windows color (decimal): -2968455 or 7976146. OLE color: 7976146.

HSL color Cylindrical-coordinate representation of color #D2B479: hue angle of 39.78º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2B479 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB210180121-
CMYK00.140.420.18
HSL39.78º49.72%64.9%-
HSV(B)39.78º42.38%82.35%-
XYZ46.3547.7224.86-
YUV182.2493.44147.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.10%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 121 (47.66% from 255) = 23.68%
R=41.10%
G=35.23%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018012100.140.420.1839.7849.7264.9
HexD2B4790E2A12283241
Octal32226417101652225062101
Binary1101001010110100111100101110101010100101010001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B479; }

 p { color: rgb(210,180,121); }

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

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

 a { background-color: rgb(210,180,121); }

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

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

 span { border-color: rgb(210,180,121); }

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