Html Css Color HEX #D0AA72 Putty

📋 copy color: '#D0AA72'

red 208 ◦ green 170 ◦ blue 114

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

Shades of Putty #D0AA72

Tints of Putty #D0AA72

RGB

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

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

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

R = 42.28%
G = 34.55%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0AA72 (or 0xD0AA72) is known color: Putty. HEX triplet: D0, AA and 72. RGB value is (208,170,114). Sum of RGB (Red+Green+Blue) = 208+170+114=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA72 is #2F558D. Grayscale: #AFAFAF. Windows color (decimal): -3102094 or 7514832. OLE color: 7514832.

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

Color convert

RGB 208 170 114 -
CMYK 0 0.18 0.45 0.18
HSL 35.74º 0.5% 0.63% -
HSV(B) 35.74º 0.45% 0.82% -
XYZ 43.42 43.37 22 -
YUV 174.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 208 170 114 0 0.18 0.45 0.18 35.74 0.5 0.63
Hex D0 AA 72 0 12 2D 12 24 32 3F
Octal 320 252 162 0 22 55 22 44 62 77
Binary 11010000 10101010 1110010 0 10010 101101 10010 100100 110010 111111

Color Harmonies of #D0AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA72

Black with #D0AA72

Text Example


Text Example

White with #D0AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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