#D0B777

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

Shades of Putty #D0B777

Tints of Putty #D0B777

Color information

#D0B777 (or 0xD0B777) is unknown color: approx Putty. HEX triplet: D0, B7 and 77. RGB value is (208,183,119). Sum of RGB (Red+Green+Blue) = 208+183+119=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B777 is #2F4888. Grayscale: #B7B7B7. Windows color (decimal): -3098761 or 7845840. OLE color: 7845840.

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

Color convert

RGB208183119-
CMYK00.120.430.18
HSL43.15º48.63%64.12%-
HSV(B)43.15º42.79%81.57%-
XYZ46.2848.6124.4-
YUV183.1891.78145.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 119 (46.88% from 255) = 23.33%
R=40.78%
G=35.88%
B=23.33%

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
Decimal20818311900.120.430.1843.1548.6364.12
HexD0B7770C2B122b3140
Octal32026716701453225361100
Binary1101000010110111111011101100101011100101010111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B777; }

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

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

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

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

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

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

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

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