Html Css Color HEX #D1AF71 Putty

📋 copy color: '#D1AF71'

red 209 ◦ green 175 ◦ blue 113

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

Shades of Putty #D1AF71

Tints of Putty #D1AF71

RGB

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

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

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

R = 42.05%
G = 35.21%
B = 22.74%

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

#D1AF71 (or 0xD1AF71) is known color: Putty. HEX triplet: D1, AF and 71. RGB value is (209,175,113). Sum of RGB (Red+Green+Blue) = 209+175+113=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF71 is #2E508E. Grayscale: #B2B2B2. Windows color (decimal): -3035279 or 7450577. OLE color: 7450577.

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

Color convert

RGB 209 175 113 -
CMYK 0 0.16 0.46 0.18
HSL 38.75º 0.51% 0.63% -
HSV(B) 38.75º 0.46% 0.82% -
XYZ 44.61 45.41 22.04 -
YUV 178.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 209 175 113 0 0.16 0.46 0.18 38.75 0.51 0.63
Hex D1 AF 71 0 10 2E 12 27 33 3F
Octal 321 257 161 0 20 56 22 47 63 77
Binary 11010001 10101111 1110001 0 10000 101110 10010 100111 110011 111111

Color Harmonies of #D1AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF71

Black with #D1AF71

Text Example


Text Example

White with #D1AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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