Html Css Color HEX #D2AB6D Putty

📋 copy color: '#D2AB6D'

red 210 ◦ green 171 ◦ blue 109

#D2AB6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #D2AB6D

Tints of Putty #D2AB6D

RGB

 RED value IS 210 (82.42% from 255) = 42.86%

 GREEN value IS 171 (67.19% from 255) = 34.9%

 BLUE value IS 109 (42.97% from 255) = 22.24%

R = 42.86%
G = 34.9%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2AB6D (or 0xD2AB6D) is known color: Putty. HEX triplet: D2, AB and 6D. RGB value is (210,171,109). Sum of RGB (Red+Green+Blue) = 210+171+109=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB6D is #2D5492. Grayscale: #AFAFAF. Windows color (decimal): -2970771 or 7187410. OLE color: 7187410.

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

Color convert

RGB 210 171 109 -
CMYK 0 0.19 0.48 0.18
HSL 36.83º 0.53% 0.63% -
HSV(B) 36.83º 0.48% 0.82% -
XYZ 43.9 43.93 20.63 -
YUV 175.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 210 171 109 0 0.19 0.48 0.18 36.83 0.53 0.63
Hex D2 AB 6D 0 13 30 12 25 35 3F
Octal 322 253 155 0 23 60 22 45 65 77
Binary 11010010 10101011 1101101 0 10011 110000 10010 100101 110101 111111

Color Harmonies of #D2AB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB6D

Black with #D2AB6D

Text Example


Text Example

White with #D2AB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB6D; }

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

 H1.HeaderClassName
 {
   color: #D2AB6D;
 }
 .AnyTagClassName
 {
   color: #D2AB6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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