Html Css Color HEX #D9AC74 Putty

📋 copy color: '#D9AC74'

red 217 ◦ green 172 ◦ blue 116

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

Shades of Putty #D9AC74

Tints of Putty #D9AC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.97%

R = 42.97%
G = 34.06%
B = 22.97%

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

#D9AC74 (or 0xD9AC74) is known color: Putty. HEX triplet: D9, AC and 74. RGB value is (217,172,116). Sum of RGB (Red+Green+Blue) = 217+172+116=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC74 is #26538B. Grayscale: #B3B3B3. Windows color (decimal): -2511756 or 7646425. OLE color: 7646425.

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

Color convert

RGB 217 172 116 -
CMYK 0 0.21 0.47 0.15
HSL 33.27º 0.57% 0.65% -
HSV(B) 33.27º 0.47% 0.85% -
XYZ 46.52 45.52 22.86 -
YUV 179.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 217 172 116 0 0.21 0.47 0.15 33.27 0.57 0.65
Hex D9 AC 74 0 15 2F F 21 39 41
Octal 331 254 164 0 25 57 17 41 71 101
Binary 11011001 10101100 1110100 0 10101 101111 1111 100001 111001 1000001

Color Harmonies of #D9AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC74

Black with #D9AC74

Text Example


Text Example

White with #D9AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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