Html Css Color HEX #D9A46E Putty

📋 copy color: '#D9A46E'

red 217 ◦ green 164 ◦ blue 110

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

Shades of Putty #D9A46E

Tints of Putty #D9A46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.4%

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 44.2%
G = 33.4%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9A46E (or 0xD9A46E) is known color: Putty. HEX triplet: D9, A4 and 6E. RGB value is (217,164,110). Sum of RGB (Red+Green+Blue) = 217+164+110=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A46E is #265B91. Grayscale: #ADADAD. Windows color (decimal): -2513810 or 7251161. OLE color: 7251161.

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

Color convert

RGB 217 164 110 -
CMYK 0 0.24 0.49 0.15
HSL 30.28º 0.58% 0.64% -
HSV(B) 30.28º 0.49% 0.85% -
XYZ 44.71 42.43 20.59 -
YUV 173.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 217 164 110 0 0.24 0.49 0.15 30.28 0.58 0.64
Hex D9 A4 6E 0 18 31 F 1E 3A 40
Octal 331 244 156 0 30 61 17 36 72 100
Binary 11011001 10100100 1101110 0 11000 110001 1111 11110 111010 1000000

Color Harmonies of #D9A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A46E

Black with #D9A46E

Text Example


Text Example

White with #D9A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A46E; }

 p { color: rgb(217,164,110); }

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

background-color css

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

 a { background-color: rgb(217,164,110); }

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

border-color css

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

 span { border-color: rgb(217,164,110); }

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