Html Css Color HEX #D8AD72 Putty

📋 copy color: '#D8AD72'

red 216 ◦ green 173 ◦ blue 114

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

Shades of Putty #D8AD72

Tints of Putty #D8AD72

RGB

 RED value IS 216 (84.77% from 255) = 42.94%

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

 BLUE value IS 114 (44.92% from 255) = 22.66%

R = 42.94%
G = 34.39%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8AD72 (or 0xD8AD72) is known color: Putty. HEX triplet: D8, AD and 72. RGB value is (216,173,114). Sum of RGB (Red+Green+Blue) = 216+173+114=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD72 is #27528D. Grayscale: #B3B3B3. Windows color (decimal): -2577038 or 7515608. OLE color: 7515608.

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

Color convert

RGB 216 173 114 -
CMYK 0 0.20 0.47 0.15
HSL 34.71º 0.57% 0.65% -
HSV(B) 34.71º 0.47% 0.85% -
XYZ 46.3 45.7 22.3 -
YUV 179.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 216 173 114 0 0.20 0.47 0.15 34.71 0.57 0.65
Hex D8 AD 72 0 14 2F F 23 39 41
Octal 330 255 162 0 24 57 17 43 71 101
Binary 11011000 10101101 1110010 0 10100 101111 1111 100011 111001 1000001

Color Harmonies of #D8AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD72

Black with #D8AD72

Text Example


Text Example

White with #D8AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD72; }

 p { color: rgb(216,173,114); }

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

background-color css

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

 a { background-color: rgb(216,173,114); }

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

border-color css

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

 span { border-color: rgb(216,173,114); }

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