#D0B075

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

Shades of Putty #D0B075

Tints of Putty #D0B075

Color information

#D0B075 (or 0xD0B075) is unknown color: approx Putty. HEX triplet: D0, B0 and 75. RGB value is (208,176,117). Sum of RGB (Red+Green+Blue) = 208+176+117=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B075 is #2F4F8A. Grayscale: #B3B3B3. Windows color (decimal): -3100555 or 7712976. OLE color: 7712976.

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

Color convert

RGB208176117-
CMYK00.150.440.18
HSL38.9º49.19%63.73%-
HSV(B)38.9º43.75%81.57%-
XYZ44.7545.7423.3-
YUV178.8493.1148.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=41.52%
G=35.13%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817611700.150.440.1838.949.1963.73
HexD0B0750F2C12273140
Octal32026016501754224761100
Binary1101000010110000111010101111101100100101001111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B075; }

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

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

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

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

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

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

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

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