#D0B775

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

Shades of Putty #D0B775

Tints of Putty #D0B775

Color information

#D0B775 (or 0xD0B775) is unknown color: approx Putty. HEX triplet: D0, B7 and 75. RGB value is (208,183,117). Sum of RGB (Red+Green+Blue) = 208+183+117=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B775 is #2F488A. Grayscale: #B7B7B7. Windows color (decimal): -3098763 or 7714768. OLE color: 7714768.

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

Color convert

RGB208183117-
CMYK00.120.440.18
HSL43.52º49.19%63.73%-
HSV(B)43.52º43.75%81.57%-
XYZ46.1648.5623.77-
YUV182.9590.78145.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 183 (71.88% from 255) = 36.02%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=40.94%
G=36.02%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818311700.120.440.1843.5249.1963.73
HexD0B7750C2C122c3140
Octal32026716501454225461100
Binary1101000010110111111010101100101100100101011001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B775; }

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

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

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

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

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

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

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

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