Html Css Color HEX #D9AB70 Putty

📋 copy color: '#D9AB70'

red 217 ◦ green 171 ◦ blue 112

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

Shades of Putty #D9AB70

Tints of Putty #D9AB70

RGB

 RED value IS 217 (85.16% from 255) = 43.4%

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

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 43.4%
G = 34.2%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9AB70 (or 0xD9AB70) is known color: Putty. HEX triplet: D9, AB and 70. RGB value is (217,171,112). Sum of RGB (Red+Green+Blue) = 217+171+112=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB70 is #26548F. Grayscale: #B2B2B2. Windows color (decimal): -2512016 or 7384025. OLE color: 7384025.

HSL color Cylindrical-coordinate representation of color #D9AB70: hue angle of 33.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9AB70 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 112 -
CMYK 0 0.21 0.48 0.15
HSL 33.71º 0.58% 0.65% -
HSV(B) 33.71º 0.48% 0.85% -
XYZ 46.1 45.05 21.59 -
YUV 178.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 217 171 112 0 0.21 0.48 0.15 33.71 0.58 0.65
Hex D9 AB 70 0 15 30 F 22 3A 41
Octal 331 253 160 0 25 60 17 42 72 101
Binary 11011001 10101011 1110000 0 10101 110000 1111 100010 111010 1000001

Color Harmonies of #D9AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB70

Black with #D9AB70

Text Example


Text Example

White with #D9AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB70; }

 p { color: rgb(217,171,112); }

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

background-color css

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

 a { background-color: rgb(217,171,112); }

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

border-color css

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

 span { border-color: rgb(217,171,112); }

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