Html Css Color HEX #D8AD6E Putty

📋 copy color: '#D8AD6E'

red 216 ◦ green 173 ◦ blue 110

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

Shades of Putty #D8AD6E

Tints of Putty #D8AD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.04%

R = 43.29%
G = 34.67%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8AD6E (or 0xD8AD6E) is known color: Putty. HEX triplet: D8, AD and 6E. RGB value is (216,173,110). Sum of RGB (Red+Green+Blue) = 216+173+110=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD6E is #275291. Grayscale: #B2B2B2. Windows color (decimal): -2577042 or 7253464. OLE color: 7253464.

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

Color convert

RGB 216 173 110 -
CMYK 0 0.20 0.49 0.15
HSL 35.66º 0.58% 0.64% -
HSV(B) 35.66º 0.49% 0.85% -
XYZ 46.08 45.61 21.13 -
YUV 178.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 216 173 110 0 0.20 0.49 0.15 35.66 0.58 0.64
Hex D8 AD 6E 0 14 31 F 24 3A 40
Octal 330 255 156 0 24 61 17 44 72 100
Binary 11011000 10101101 1101110 0 10100 110001 1111 100100 111010 1000000

Color Harmonies of #D8AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD6E

Black with #D8AD6E

Text Example


Text Example

White with #D8AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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