Html Css Color HEX #D0AF72 Putty

📋 copy color: '#D0AF72'

red 208 ◦ green 175 ◦ blue 114

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

Shades of Putty #D0AF72

Tints of Putty #D0AF72

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.21%

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

R = 41.85%
G = 35.21%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0AF72 (or 0xD0AF72) is known color: Putty. HEX triplet: D0, AF and 72. RGB value is (208,175,114). Sum of RGB (Red+Green+Blue) = 208+175+114=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF72 is #2F508D. Grayscale: #B2B2B2. Windows color (decimal): -3100814 or 7516112. OLE color: 7516112.

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

Color convert

RGB 208 175 114 -
CMYK 0 0.16 0.45 0.18
HSL 38.94º 0.5% 0.63% -
HSV(B) 38.94º 0.45% 0.82% -
XYZ 44.38 45.28 22.32 -
YUV 177.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 208 175 114 0 0.16 0.45 0.18 38.94 0.5 0.63
Hex D0 AF 72 0 10 2D 12 27 32 3F
Octal 320 257 162 0 20 55 22 47 62 77
Binary 11010000 10101111 1110010 0 10000 101101 10010 100111 110010 111111

Color Harmonies of #D0AF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF72

Black with #D0AF72

Text Example


Text Example

White with #D0AF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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