Html Css Color HEX #D2AA71 Putty

📋 copy color: '#D2AA71'

red 210 ◦ green 170 ◦ blue 113

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

Shades of Putty #D2AA71

Tints of Putty #D2AA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.48%

 BLUE value IS 113 (44.53% from 255) = 22.92%

R = 42.6%
G = 34.48%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2AA71 (or 0xD2AA71) is known color: Putty. HEX triplet: D2, AA and 71. RGB value is (210,170,113). Sum of RGB (Red+Green+Blue) = 210+170+113=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AA71 is #2D558E. Grayscale: #AFAFAF. Windows color (decimal): -2971023 or 7449298. OLE color: 7449298.

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

Color convert

RGB 210 170 113 -
CMYK 0 0.19 0.46 0.18
HSL 35.26º 0.52% 0.63% -
HSV(B) 35.26º 0.46% 0.82% -
XYZ 43.93 43.64 21.73 -
YUV 175.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 210 170 113 0 0.19 0.46 0.18 35.26 0.52 0.63
Hex D2 AA 71 0 13 2E 12 23 34 3F
Octal 322 252 161 0 23 56 22 43 64 77
Binary 11010010 10101010 1110001 0 10011 101110 10010 100011 110100 111111

Color Harmonies of #D2AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AA71

Black with #D2AA71

Text Example


Text Example

White with #D2AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AA71; }

 p { color: rgb(210,170,113); }

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

background-color css

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

 a { background-color: rgb(210,170,113); }

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

border-color css

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

 span { border-color: rgb(210,170,113); }

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