Html Css Color HEX #D9A86F Putty

📋 copy color: '#D9A86F'

red 217 ◦ green 168 ◦ blue 111

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

Shades of Putty #D9A86F

Tints of Putty #D9A86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.38%

R = 43.75%
G = 33.87%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9A86F (or 0xD9A86F) is known color: Putty. HEX triplet: D9, A8 and 6F. RGB value is (217,168,111). Sum of RGB (Red+Green+Blue) = 217+168+111=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A86F is #265790. Grayscale: #B0B0B0. Windows color (decimal): -2512785 or 7317721. OLE color: 7317721.

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

Color convert

RGB 217 168 111 -
CMYK 0 0.23 0.49 0.15
HSL 32.26º 0.58% 0.64% -
HSV(B) 32.26º 0.49% 0.85% -
XYZ 45.49 43.9 21.12 -
YUV 176.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 217 168 111 0 0.23 0.49 0.15 32.26 0.58 0.64
Hex D9 A8 6F 0 17 31 F 20 3A 40
Octal 331 250 157 0 27 61 17 40 72 100
Binary 11011001 10101000 1101111 0 10111 110001 1111 100000 111010 1000000

Color Harmonies of #D9A86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A86F

Black with #D9A86F

Text Example


Text Example

White with #D9A86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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