Html Css Color HEX #D1AB79 Putty

📋 copy color: '#D1AB79'

red 209 ◦ green 171 ◦ blue 121

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

Shades of Putty #D1AB79

Tints of Putty #D1AB79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.15%

R = 41.72%
G = 34.13%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1AB79 (or 0xD1AB79) is known color: Putty. HEX triplet: D1, AB and 79. RGB value is (209,171,121). Sum of RGB (Red+Green+Blue) = 209+171+121=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB79 is #2E5486. Grayscale: #B0B0B0. Windows color (decimal): -3036295 or 7973841. OLE color: 7973841.

HSL color Cylindrical-coordinate representation of color #D1AB79: hue angle of 34.09º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1AB79 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 171 121 -
CMYK 0 0.18 0.42 0.18
HSL 34.09º 0.49% 0.65% -
HSV(B) 34.09º 0.42% 0.82% -
XYZ 44.31 44.06 24.26 -
YUV 176.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 209 171 121 0 0.18 0.42 0.18 34.09 0.49 0.65
Hex D1 AB 79 0 12 2A 12 22 31 41
Octal 321 253 171 0 22 52 22 42 61 101
Binary 11010001 10101011 1111001 0 10010 101010 10010 100010 110001 1000001

Color Harmonies of #D1AB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB79

Black with #D1AB79

Text Example


Text Example

White with #D1AB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB79; }

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

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

background-color css

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

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

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

border-color css

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

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

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