Html Css Color HEX #D9AA73 Putty

📋 copy color: '#D9AA73'

red 217 ◦ green 170 ◦ blue 115

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

Shades of Putty #D9AA73

Tints of Putty #D9AA73

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.86%

 BLUE value IS 115 (45.31% from 255) = 22.91%

R = 43.23%
G = 33.86%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9AA73 (or 0xD9AA73) is known color: Putty. HEX triplet: D9, AA and 73. RGB value is (217,170,115). Sum of RGB (Red+Green+Blue) = 217+170+115=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA73 is #26558C. Grayscale: #B2B2B2. Windows color (decimal): -2512269 or 7580377. OLE color: 7580377.

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

Color convert

RGB 217 170 115 -
CMYK 0 0.22 0.47 0.15
HSL 32.35º 0.57% 0.65% -
HSV(B) 32.35º 0.47% 0.85% -
XYZ 46.08 44.74 22.43 -
YUV 177.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 217 170 115 0 0.22 0.47 0.15 32.35 0.57 0.65
Hex D9 AA 73 0 16 2F F 20 39 41
Octal 331 252 163 0 26 57 17 40 71 101
Binary 11011001 10101010 1110011 0 10110 101111 1111 100000 111001 1000001

Color Harmonies of #D9AA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA73

Black with #D9AA73

Text Example


Text Example

White with #D9AA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AA73; }

 p { color: rgb(217,170,115); }

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

background-color css

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

 a { background-color: rgb(217,170,115); }

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

border-color css

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

 span { border-color: rgb(217,170,115); }

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