Html Css Color HEX #D5AD96 Cashmere

📋 copy color: '#D5AD96'

red 213 ◦ green 173 ◦ blue 150

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

Shades of Cashmere #D5AD96

Tints of Cashmere #D5AD96

RGB

 RED value IS 213 (83.59% from 255) = 39.74%

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

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

R = 39.74%
G = 32.28%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5AD96 (or 0xD5AD96) is known color: Cashmere. HEX triplet: D5, AD and 96. RGB value is (213,173,150). Sum of RGB (Red+Green+Blue) = 213+173+150=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD96 is #2A5269. Grayscale: #B6B6B6. Windows color (decimal): -2773610 or 9874901. OLE color: 9874901.

HSL color Cylindrical-coordinate representation of color #D5AD96: hue angle of 21.9º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5AD96 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 150 -
CMYK 0 0.19 0.30 0.16
HSL 21.9º 0.43% 0.71% -
HSV(B) 21.9º 0.3% 0.84% -
XYZ 47.89 46.24 35.25 -
YUV 182.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 213 173 150 0 0.19 0.30 0.16 21.9 0.43 0.71
Hex D5 AD 96 0 13 1E 10 16 2B 47
Octal 325 255 226 0 23 36 20 26 53 107
Binary 11010101 10101101 10010110 0 10011 11110 10000 10110 101011 1000111

Color Harmonies of #D5AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD96

Black with #D5AD96

Text Example


Text Example

White with #D5AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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