Html Css Color HEX #D1AA72 Putty

📋 copy color: '#D1AA72'

red 209 ◦ green 170 ◦ blue 114

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

Shades of Putty #D1AA72

Tints of Putty #D1AA72

RGB

 RED value IS 209 (82.03% from 255) = 42.39%

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

 BLUE value IS 114 (44.92% from 255) = 23.12%

R = 42.39%
G = 34.48%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1AA72 (or 0xD1AA72) is known color: Putty. HEX triplet: D1, AA and 72. RGB value is (209,170,114). Sum of RGB (Red+Green+Blue) = 209+170+114=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AA72 is #2E558D. Grayscale: #AFAFAF. Windows color (decimal): -3036558 or 7514833. OLE color: 7514833.

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

Color convert

RGB 209 170 114 -
CMYK 0 0.19 0.45 0.18
HSL 35.37º 0.51% 0.63% -
HSV(B) 35.37º 0.45% 0.82% -
XYZ 43.71 43.52 22.02 -
YUV 175.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 209 170 114 0 0.19 0.45 0.18 35.37 0.51 0.63
Hex D1 AA 72 0 13 2D 12 23 33 3F
Octal 321 252 162 0 23 55 22 43 63 77
Binary 11010001 10101010 1110010 0 10011 101101 10010 100011 110011 111111

Color Harmonies of #D1AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AA72

Black with #D1AA72

Text Example


Text Example

White with #D1AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AA72; }

 p { color: rgb(209,170,114); }

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

background-color css

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

 a { background-color: rgb(209,170,114); }

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

border-color css

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

 span { border-color: rgb(209,170,114); }

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