#d2a26e

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

Shades of Putty #D2A26E

Tints of Putty #D2A26E

Color information

#D2A26E (or 0xD2A26E) is unknown color: approx Putty. HEX triplet: D2, A2 and 6E. RGB value is (210,162,110). Sum of RGB (Red+Green+Blue) = 210+162+110=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A26E is #2D5D91. Grayscale: #AAAAAA. Windows color (decimal): -2973074 or 7250642. OLE color: 7250642.

HSL color Cylindrical-coordinate representation of color #D2A26E: hue angle of 31.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 #D2A26E is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB210162110-
CMYK00.230.480.18
HSL31.2º52.63%62.75%-
HSV(B)31.2º47.62%82.35%-
XYZ42.3140.6720.37-
YUV170.4293.9156.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=43.57%
G=33.61%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016211000.230.480.1831.252.6362.75
HexD2A26E01730121f353f
Octal3222421560276022376577
Binary110100101010001011011100101111100001001011111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2a26e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2a26e; }

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

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

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

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

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

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

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

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