Html Css Color HEX #D9AF74 Putty

📋 copy color: '#D9AF74'

red 217 ◦ green 175 ◦ blue 116

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

Shades of Putty #D9AF74

Tints of Putty #D9AF74

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.45%

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

R = 42.72%
G = 34.45%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9AF74 (or 0xD9AF74) is known color: Putty. HEX triplet: D9, AF and 74. RGB value is (217,175,116). Sum of RGB (Red+Green+Blue) = 217+175+116=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF74 is #26508B. Grayscale: #B5B5B5. Windows color (decimal): -2510988 or 7647193. OLE color: 7647193.

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

Color convert

RGB 217 175 116 -
CMYK 0 0.19 0.47 0.15
HSL 35.05º 0.57% 0.65% -
HSV(B) 35.05º 0.47% 0.85% -
XYZ 47.1 46.67 23.05 -
YUV 180.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 217 175 116 0 0.19 0.47 0.15 35.05 0.57 0.65
Hex D9 AF 74 0 13 2F F 23 39 41
Octal 331 257 164 0 23 57 17 43 71 101
Binary 11011001 10101111 1110100 0 10011 101111 1111 100011 111001 1000001

Color Harmonies of #D9AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF74

Black with #D9AF74

Text Example


Text Example

White with #D9AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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