Html Css Color HEX #D9AF75 Putty

📋 copy color: '#D9AF75'

red 217 ◦ green 175 ◦ blue 117

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

Shades of Putty #D9AF75

Tints of Putty #D9AF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 42.63%
G = 34.38%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D9AF75 (or 0xD9AF75) is known color: Putty. HEX triplet: D9, AF and 75. RGB value is (217,175,117). Sum of RGB (Red+Green+Blue) = 217+175+117=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF75 is #26508A. Grayscale: #B5B5B5. Windows color (decimal): -2510987 or 7712729. OLE color: 7712729.

HSL color Cylindrical-coordinate representation of color #D9AF75: hue angle of 34.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9AF75 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 117 -
CMYK 0 0.19 0.46 0.15
HSL 34.8º 0.57% 0.65% -
HSV(B) 34.8º 0.46% 0.85% -
XYZ 47.16 46.7 23.36 -
YUV 180.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 217 175 117 0 0.19 0.46 0.15 34.8 0.57 0.65
Hex D9 AF 75 0 13 2E F 23 39 41
Octal 331 257 165 0 23 56 17 43 71 101
Binary 11011001 10101111 1110101 0 10011 101110 1111 100011 111001 1000001

Color Harmonies of #D9AF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF75

Black with #D9AF75

Text Example


Text Example

White with #D9AF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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