Html Css Color HEX #D9AD75 Putty

📋 copy color: '#D9AD75'

red 217 ◦ green 173 ◦ blue 117

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

Shades of Putty #D9AD75

Tints of Putty #D9AD75

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.12%

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

R = 42.8%
G = 34.12%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D9AD75 (or 0xD9AD75) is known color: Putty. HEX triplet: D9, AD and 75. RGB value is (217,173,117). Sum of RGB (Red+Green+Blue) = 217+173+117=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD75 is #26528A. Grayscale: #B4B4B4. Windows color (decimal): -2511499 or 7712217. OLE color: 7712217.

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

Color convert

RGB 217 173 117 -
CMYK 0 0.20 0.46 0.15
HSL 33.6º 0.57% 0.65% -
HSV(B) 33.6º 0.46% 0.85% -
XYZ 46.77 45.92 23.23 -
YUV 179.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 217 173 117 0 0.20 0.46 0.15 33.6 0.57 0.65
Hex D9 AD 75 0 14 2E F 22 39 41
Octal 331 255 165 0 24 56 17 42 71 101
Binary 11011001 10101101 1110101 0 10100 101110 1111 100010 111001 1000001

Color Harmonies of #D9AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD75

Black with #D9AD75

Text Example


Text Example

White with #D9AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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