#D2A76E

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

Shades of Putty #D2A76E

Tints of Putty #D2A76E

Color information

#D2A76E (or 0xD2A76E) is unknown color: approx Putty. HEX triplet: D2, A7 and 6E. RGB value is (210,167,110). Sum of RGB (Red+Green+Blue) = 210+167+110=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A76E is #2D5891. Grayscale: #ADADAD. Windows color (decimal): -2971794 or 7251922. OLE color: 7251922.

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

Color convert

RGB210167110-
CMYK00.200.480.18
HSL34.2º52.63%62.75%-
HSV(B)34.2º47.62%82.35%-
XYZ43.2142.4620.67-
YUV173.3692.25154.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.12%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 110 (43.36% from 255) = 22.59%
R=43.12%
G=34.29%
B=22.59%

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
Decimal21016711000.200.480.1834.252.6362.75
HexD2A76E014301222353f
Octal3222471560246022426577
Binary1101001010100111110111001010011000010010100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A76E; }

 p { color: rgb(210,167,110); }

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

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

 a { background-color: rgb(210,167,110); }

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

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

 span { border-color: rgb(210,167,110); }

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