#D2A56B

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

Shades of Putty #D2A56B

Tints of Putty #D2A56B

Color information

#D2A56B (or 0xD2A56B) is unknown color: approx Putty. HEX triplet: D2, A5 and 6B. RGB value is (210,165,107). Sum of RGB (Red+Green+Blue) = 210+165+107=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A56B is #2D5A94. Grayscale: #ACACAC. Windows color (decimal): -2972309 or 7054802. OLE color: 7054802.

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

Color convert

RGB210165107-
CMYK00.210.490.18
HSL33.79º53.37%62.16%-
HSV(B)33.79º49.05%82.35%-
XYZ42.6941.6719.7-
YUV171.8491.41155.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 107 (42.19% from 255) = 22.20%
R=43.57%
G=34.23%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016510700.210.490.1833.7953.3762.16
HexD2A56B015311222353e
Octal3222451530256122426576
Binary1101001010100101110101101010111000110010100010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A56B; }

 p { color: rgb(210,165,107); }

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

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

 a { background-color: rgb(210,165,107); }

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

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

 span { border-color: rgb(210,165,107); }

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