Html Css Color HEX #D2AF71 Putty

📋 copy color: '#D2AF71'

red 210 ◦ green 175 ◦ blue 113

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

Shades of Putty #D2AF71

Tints of Putty #D2AF71

RGB

 RED value IS 210 (82.42% from 255) = 42.17%

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

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

R = 42.17%
G = 35.14%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2AF71 (or 0xD2AF71) is known color: Putty. HEX triplet: D2, AF and 71. RGB value is (210,175,113). Sum of RGB (Red+Green+Blue) = 210+175+113=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF71 is #2D508E. Grayscale: #B2B2B2. Windows color (decimal): -2969743 or 7450578. OLE color: 7450578.

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

Color convert

RGB 210 175 113 -
CMYK 0 0.17 0.46 0.18
HSL 38.35º 0.52% 0.63% -
HSV(B) 38.35º 0.46% 0.82% -
XYZ 44.89 45.55 22.05 -
YUV 178.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 210 175 113 0 0.17 0.46 0.18 38.35 0.52 0.63
Hex D2 AF 71 0 11 2E 12 26 34 3F
Octal 322 257 161 0 21 56 22 46 64 77
Binary 11010010 10101111 1110001 0 10001 101110 10010 100110 110100 111111

Color Harmonies of #D2AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF71

Black with #D2AF71

Text Example


Text Example

White with #D2AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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