#D0B079

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

Shades of Putty #D0B079

Tints of Putty #D0B079

Color information

#D0B079 (or 0xD0B079) is unknown color: approx Putty. HEX triplet: D0, B0 and 79. RGB value is (208,176,121). Sum of RGB (Red+Green+Blue) = 208+176+121=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B079 is #2F4F86. Grayscale: #B3B3B3. Windows color (decimal): -3100551 or 7975120. OLE color: 7975120.

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

Color convert

RGB208176121-
CMYK00.150.420.18
HSL37.93º48.07%64.51%-
HSV(B)37.93º41.83%81.57%-
XYZ44.9945.8424.57-
YUV179.395.1148.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 121 (47.66% from 255) = 23.96%
R=41.19%
G=34.85%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817612100.150.420.1837.9348.0764.51
HexD0B0790F2A12263041
Octal32026017101752224660101
Binary1101000010110000111100101111101010100101001101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B079; }

 p { color: rgb(208,176,121); }

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

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

 a { background-color: rgb(208,176,121); }

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

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

 span { border-color: rgb(208,176,121); }

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