Html Css Color HEX #D0AA71 Putty

📋 copy color: '#D0AA71'

red 208 ◦ green 170 ◦ blue 113

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

Shades of Putty #D0AA71

Tints of Putty #D0AA71

RGB

 RED value IS 208 (81.64% from 255) = 42.36%

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

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

R = 42.36%
G = 34.62%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0AA71 (or 0xD0AA71) is known color: Putty. HEX triplet: D0, AA and 71. RGB value is (208,170,113). Sum of RGB (Red+Green+Blue) = 208+170+113=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA71 is #2F558E. Grayscale: #AFAFAF. Windows color (decimal): -3102095 or 7449296. OLE color: 7449296.

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

Color convert

RGB 208 170 113 -
CMYK 0 0.18 0.46 0.18
HSL 36º 0.5% 0.63% -
HSV(B) 36º 0.46% 0.82% -
XYZ 43.37 43.35 21.7 -
YUV 174.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 208 170 113 0 0.18 0.46 0.18 36 0.5 0.63
Hex D0 AA 71 0 12 2E 12 24 32 3F
Octal 320 252 161 0 22 56 22 44 62 77
Binary 11010000 10101010 1110001 0 10010 101110 10010 100100 110010 111111

Color Harmonies of #D0AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA71

Black with #D0AA71

Text Example


Text Example

White with #D0AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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