Html Css Color HEX #D9A872 Putty

📋 copy color: '#D9A872'

red 217 ◦ green 168 ◦ blue 114

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

Shades of Putty #D9A872

Tints of Putty #D9A872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.67%

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

R = 43.49%
G = 33.67%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9A872 (or 0xD9A872) is known color: Putty. HEX triplet: D9, A8 and 72. RGB value is (217,168,114). Sum of RGB (Red+Green+Blue) = 217+168+114=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A872 is #26578D. Grayscale: #B0B0B0. Windows color (decimal): -2512782 or 7514329. OLE color: 7514329.

HSL color Cylindrical-coordinate representation of color #D9A872: hue angle of 31.46º 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 #D9A872 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 114 -
CMYK 0 0.23 0.47 0.15
HSL 31.46º 0.58% 0.65% -
HSV(B) 31.46º 0.47% 0.85% -
XYZ 45.66 43.97 22 -
YUV 176.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 217 168 114 0 0.23 0.47 0.15 31.46 0.58 0.65
Hex D9 A8 72 0 17 2F F 1F 3A 41
Octal 331 250 162 0 27 57 17 37 72 101
Binary 11011001 10101000 1110010 0 10111 101111 1111 11111 111010 1000001

Color Harmonies of #D9A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A872

Black with #D9A872

Text Example


Text Example

White with #D9A872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A872; }

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

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

background-color css

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

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

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

border-color css

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

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

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