#D0B677

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

Shades of Putty #D0B677

Tints of Putty #D0B677

Color information

#D0B677 (or 0xD0B677) is unknown color: approx Putty. HEX triplet: D0, B6 and 77. RGB value is (208,182,119). Sum of RGB (Red+Green+Blue) = 208+182+119=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B677 is #2F4988. Grayscale: #B6B6B6. Windows color (decimal): -3099017 or 7845584. OLE color: 7845584.

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

Color convert

RGB208182119-
CMYK00.120.430.18
HSL42.47º48.63%64.12%-
HSV(B)42.47º42.79%81.57%-
XYZ46.0748.224.33-
YUV182.5992.11146.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 119 (46.88% from 255) = 23.38%
R=40.86%
G=35.76%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818211900.120.430.1842.4748.6364.12
HexD0B6770C2B122a3140
Octal32026616701453225261100
Binary1101000010110110111011101100101011100101010101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B677; }

 p { color: rgb(208,182,119); }

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

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

 a { background-color: rgb(208,182,119); }

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

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

 span { border-color: rgb(208,182,119); }

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