Html Css Color HEX #D8AD96 Cashmere

📋 copy color: '#D8AD96'

red 216 ◦ green 173 ◦ blue 150

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

Shades of Cashmere #D8AD96

Tints of Cashmere #D8AD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.83%

R = 40.07%
G = 32.1%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8AD96 (or 0xD8AD96) is known color: Cashmere. HEX triplet: D8, AD and 96. RGB value is (216,173,150). Sum of RGB (Red+Green+Blue) = 216+173+150=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD96 is #275269. Grayscale: #B7B7B7. Windows color (decimal): -2577002 or 9874904. OLE color: 9874904.

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

Color convert

RGB 216 173 150 -
CMYK 0 0.20 0.31 0.15
HSL 20.91º 0.46% 0.72% -
HSV(B) 20.91º 0.31% 0.85% -
XYZ 48.77 46.69 35.3 -
YUV 183.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 216 173 150 0 0.20 0.31 0.15 20.91 0.46 0.72
Hex D8 AD 96 0 14 1F F 15 2E 48
Octal 330 255 226 0 24 37 17 25 56 110
Binary 11011000 10101101 10010110 0 10100 11111 1111 10101 101110 1001000

Color Harmonies of #D8AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD96

Black with #D8AD96

Text Example


Text Example

White with #D8AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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