#D2AB6C

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

Shades of Putty #D2AB6C

Tints of Putty #D2AB6C

Color information

#D2AB6C (or 0xD2AB6C) is unknown color: approx Putty. HEX triplet: D2, AB and 6C. RGB value is (210,171,108). Sum of RGB (Red+Green+Blue) = 210+171+108=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB6C is #2D5493. Grayscale: #AFAFAF. Windows color (decimal): -2970772 or 7121874. OLE color: 7121874.

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

Color convert

RGB210171108-
CMYK00.190.490.18
HSL37.06º53.12%62.35%-
HSV(B)37.06º48.57%82.35%-
XYZ43.8543.9120.35-
YUV175.4889.92152.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.94%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=42.94%
G=34.97%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017110800.190.490.1837.0653.1262.35
HexD2AB6C013311225353e
Octal3222531540236122456576
Binary1101001010101011110110001001111000110010100101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AB6C; }

 p { color: rgb(210,171,108); }

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

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

 a { background-color: rgb(210,171,108); }

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

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

 span { border-color: rgb(210,171,108); }

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