Html Css Color HEX #D2AA6E Putty

📋 copy color: '#D2AA6E'

red 210 ◦ green 170 ◦ blue 110

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

Shades of Putty #D2AA6E

Tints of Putty #D2AA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.45%

R = 42.86%
G = 34.69%
B = 22.45%

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

#D2AA6E (or 0xD2AA6E) is known color: Putty. HEX triplet: D2, AA and 6E. RGB value is (210,170,110). Sum of RGB (Red+Green+Blue) = 210+170+110=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AA6E is #2D5591. Grayscale: #AFAFAF. Windows color (decimal): -2971026 or 7252690. OLE color: 7252690.

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

Color convert

RGB 210 170 110 -
CMYK 0 0.19 0.48 0.18
HSL 36º 0.53% 0.63% -
HSV(B) 36º 0.48% 0.82% -
XYZ 43.77 43.58 20.86 -
YUV 175.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 210 170 110 0 0.19 0.48 0.18 36 0.53 0.63
Hex D2 AA 6E 0 13 30 12 24 35 3F
Octal 322 252 156 0 23 60 22 44 65 77
Binary 11010010 10101010 1101110 0 10011 110000 10010 100100 110101 111111

Color Harmonies of #D2AA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AA6E

Black with #D2AA6E

Text Example


Text Example

White with #D2AA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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