Html Css Color HEX #D9A56E Putty

📋 copy color: '#D9A56E'

red 217 ◦ green 165 ◦ blue 110

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

Shades of Putty #D9A56E

Tints of Putty #D9A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.54%

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

R = 44.11%
G = 33.54%
B = 22.36%

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

#D9A56E (or 0xD9A56E) is known color: Putty. HEX triplet: D9, A5 and 6E. RGB value is (217,165,110). Sum of RGB (Red+Green+Blue) = 217+165+110=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A56E is #265A91. Grayscale: #AEAEAE. Windows color (decimal): -2513554 or 7251417. OLE color: 7251417.

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

Color convert

RGB 217 165 110 -
CMYK 0 0.24 0.49 0.15
HSL 30.84º 0.58% 0.64% -
HSV(B) 30.84º 0.49% 0.85% -
XYZ 44.88 42.79 20.65 -
YUV 174.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 217 165 110 0 0.24 0.49 0.15 30.84 0.58 0.64
Hex D9 A5 6E 0 18 31 F 1F 3A 40
Octal 331 245 156 0 30 61 17 37 72 100
Binary 11011001 10100101 1101110 0 11000 110001 1111 11111 111010 1000000

Color Harmonies of #D9A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A56E

Black with #D9A56E

Text Example


Text Example

White with #D9A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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