Html Css Color HEX #D9AB72 Putty

📋 copy color: '#D9AB72'

red 217 ◦ green 171 ◦ blue 114

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

Shades of Putty #D9AB72

Tints of Putty #D9AB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.71%

R = 43.23%
G = 34.06%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9AB72 (or 0xD9AB72) is known color: Putty. HEX triplet: D9, AB and 72. RGB value is (217,171,114). Sum of RGB (Red+Green+Blue) = 217+171+114=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB72 is #26548D. Grayscale: #B2B2B2. Windows color (decimal): -2512014 or 7515097. OLE color: 7515097.

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

Color convert

RGB 217 171 114 -
CMYK 0 0.21 0.47 0.15
HSL 33.2º 0.58% 0.65% -
HSV(B) 33.2º 0.47% 0.85% -
XYZ 46.22 45.09 22.19 -
YUV 178.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 217 171 114 0 0.21 0.47 0.15 33.2 0.58 0.65
Hex D9 AB 72 0 15 2F F 21 3A 41
Octal 331 253 162 0 25 57 17 41 72 101
Binary 11011001 10101011 1110010 0 10101 101111 1111 100001 111010 1000001

Color Harmonies of #D9AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB72

Black with #D9AB72

Text Example


Text Example

White with #D9AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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