Html Css Color HEX #D0AF71 Putty

📋 copy color: '#D0AF71'

red 208 ◦ green 175 ◦ blue 113

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

Shades of Putty #D0AF71

Tints of Putty #D0AF71

RGB

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

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

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

R = 41.94%
G = 35.28%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0AF71 (or 0xD0AF71) is known color: Putty. HEX triplet: D0, AF and 71. RGB value is (208,175,113). Sum of RGB (Red+Green+Blue) = 208+175+113=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF71 is #2F508E. Grayscale: #B2B2B2. Windows color (decimal): -3100815 or 7450576. OLE color: 7450576.

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

Color convert

RGB 208 175 113 -
CMYK 0 0.16 0.46 0.18
HSL 39.16º 0.5% 0.63% -
HSV(B) 39.16º 0.46% 0.82% -
XYZ 44.32 45.26 22.02 -
YUV 177.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 208 175 113 0 0.16 0.46 0.18 39.16 0.5 0.63
Hex D0 AF 71 0 10 2E 12 27 32 3F
Octal 320 257 161 0 20 56 22 47 62 77
Binary 11010000 10101111 1110001 0 10000 101110 10010 100111 110010 111111

Color Harmonies of #D0AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF71

Black with #D0AF71

Text Example


Text Example

White with #D0AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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