#D2B679

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

Shades of Putty #D2B679

Tints of Putty #D2B679

Color information

#D2B679 (or 0xD2B679) is unknown color: approx Putty. HEX triplet: D2, B6 and 79. RGB value is (210,182,121). Sum of RGB (Red+Green+Blue) = 210+182+121=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B679 is #2D4986. Grayscale: #B7B7B7. Windows color (decimal): -2967943 or 7976658. OLE color: 7976658.

HSL color Cylindrical-coordinate representation of color #D2B679: hue angle of 41.12º 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 #D2B679 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB210182121-
CMYK00.130.420.18
HSL41.12º49.72%64.9%-
HSV(B)41.12º42.38%82.35%-
XYZ46.7648.5424.99-
YUV183.4292.78146.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=40.94%
G=35.48%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018212100.130.420.1841.1249.7264.9
HexD2B6790D2A12293241
Octal32226617101552225162101
Binary1101001010110110111100101101101010100101010011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B679; }

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

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

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

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

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

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

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

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