Html Css Color HEX #D9AC73 Putty

📋 copy color: '#D9AC73'

red 217 ◦ green 172 ◦ blue 115

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

Shades of Putty #D9AC73

Tints of Putty #D9AC73

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

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

R = 43.06%
G = 34.13%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9AC73 (or 0xD9AC73) is known color: Putty. HEX triplet: D9, AC and 73. RGB value is (217,172,115). Sum of RGB (Red+Green+Blue) = 217+172+115=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC73 is #26538C. Grayscale: #B3B3B3. Windows color (decimal): -2511757 or 7580889. OLE color: 7580889.

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

Color convert

RGB 217 172 115 -
CMYK 0 0.21 0.47 0.15
HSL 33.53º 0.57% 0.65% -
HSV(B) 33.53º 0.47% 0.85% -
XYZ 46.46 45.49 22.55 -
YUV 178.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 217 172 115 0 0.21 0.47 0.15 33.53 0.57 0.65
Hex D9 AC 73 0 15 2F F 22 39 41
Octal 331 254 163 0 25 57 17 42 71 101
Binary 11011001 10101100 1110011 0 10101 101111 1111 100010 111001 1000001

Color Harmonies of #D9AC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC73

Black with #D9AC73

Text Example


Text Example

White with #D9AC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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