Html Css Color HEX #D9AD70 Putty

📋 copy color: '#D9AD70'

red 217 ◦ green 173 ◦ blue 112

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

Shades of Putty #D9AD70

Tints of Putty #D9AD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.31%

R = 43.23%
G = 34.46%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9AD70 (or 0xD9AD70) is known color: Putty. HEX triplet: D9, AD and 70. RGB value is (217,173,112). Sum of RGB (Red+Green+Blue) = 217+173+112=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD70 is #26528F. Grayscale: #B3B3B3. Windows color (decimal): -2511504 or 7384537. OLE color: 7384537.

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

Color convert

RGB 217 173 112 -
CMYK 0 0.20 0.48 0.15
HSL 34.86º 0.58% 0.65% -
HSV(B) 34.86º 0.48% 0.85% -
XYZ 46.48 45.81 21.72 -
YUV 179.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 217 173 112 0 0.20 0.48 0.15 34.86 0.58 0.65
Hex D9 AD 70 0 14 30 F 23 3A 41
Octal 331 255 160 0 24 60 17 43 72 101
Binary 11011001 10101101 1110000 0 10100 110000 1111 100011 111010 1000001

Color Harmonies of #D9AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD70

Black with #D9AD70

Text Example


Text Example

White with #D9AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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