#D0A76D

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

Shades of Putty #D0A76D

Tints of Putty #D0A76D

Color information

#D0A76D (or 0xD0A76D) is unknown color: approx Putty. HEX triplet: D0, A7 and 6D. RGB value is (208,167,109). Sum of RGB (Red+Green+Blue) = 208+167+109=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A76D is #2F5892. Grayscale: #ACACAC. Windows color (decimal): -3102867 or 7186384. OLE color: 7186384.

HSL color Cylindrical-coordinate representation of color #D0A76D: hue angle of 35.15º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0A76D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB208167109-
CMYK00.200.480.18
HSL35.15º51.3%62.16%-
HSV(B)35.15º47.6%81.57%-
XYZ42.5942.1520.36-
YUV172.6592.08153.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=42.98%
G=34.50%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816710900.200.480.1835.1551.362.16
HexD0A76D014301223333e
Octal3202471550246022436376
Binary1101000010100111110110101010011000010010100011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A76D; }

 p { color: rgb(208,167,109); }

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

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

 a { background-color: rgb(208,167,109); }

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

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

 span { border-color: rgb(208,167,109); }

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