Html Css Color HEX #D8AD97 Cashmere

📋 copy color: '#D8AD97'

red 216 ◦ green 173 ◦ blue 151

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

Shades of Cashmere #D8AD97

Tints of Cashmere #D8AD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.96%

R = 40%
G = 32.04%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D8AD97 (or 0xD8AD97) is known color: Cashmere. HEX triplet: D8, AD and 97. RGB value is (216,173,151). Sum of RGB (Red+Green+Blue) = 216+173+151=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD97 is #275268. Grayscale: #B7B7B7. Windows color (decimal): -2577001 or 9940440. OLE color: 9940440.

HSL color Cylindrical-coordinate representation of color #D8AD97: hue angle of 20.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8AD97 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 151 -
CMYK 0 0.20 0.30 0.15
HSL 20.31º 0.45% 0.72% -
HSV(B) 20.31º 0.3% 0.85% -
XYZ 48.85 46.72 35.72 -
YUV 183.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 216 173 151 0 0.20 0.30 0.15 20.31 0.45 0.72
Hex D8 AD 97 0 14 1E F 14 2D 48
Octal 330 255 227 0 24 36 17 24 55 110
Binary 11011000 10101101 10010111 0 10100 11110 1111 10100 101101 1001000

Color Harmonies of #D8AD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD97

Black with #D8AD97

Text Example


Text Example

White with #D8AD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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