Html Css Color HEX #D1AB71 Putty

📋 copy color: '#D1AB71'

red 209 ◦ green 171 ◦ blue 113

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

Shades of Putty #D1AB71

Tints of Putty #D1AB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

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

R = 42.39%
G = 34.69%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D1AB71 (or 0xD1AB71) is known color: Putty. HEX triplet: D1, AB and 71. RGB value is (209,171,113). Sum of RGB (Red+Green+Blue) = 209+171+113=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB71 is #2E548E. Grayscale: #B0B0B0. Windows color (decimal): -3036303 or 7449553. OLE color: 7449553.

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

Color convert

RGB 209 171 113 -
CMYK 0 0.18 0.46 0.18
HSL 36.25º 0.51% 0.63% -
HSV(B) 36.25º 0.46% 0.82% -
XYZ 43.84 43.87 21.78 -
YUV 175.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 209 171 113 0 0.18 0.46 0.18 36.25 0.51 0.63
Hex D1 AB 71 0 12 2E 12 24 33 3F
Octal 321 253 161 0 22 56 22 44 63 77
Binary 11010001 10101011 1110001 0 10010 101110 10010 100100 110011 111111

Color Harmonies of #D1AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB71

Black with #D1AB71

Text Example


Text Example

White with #D1AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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