Html Css Color HEX #D5AD95 Cashmere

📋 copy color: '#D5AD95'

red 213 ◦ green 173 ◦ blue 149

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

Shades of Cashmere #D5AD95

Tints of Cashmere #D5AD95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 39.81%
G = 32.34%
B = 27.85%

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

#D5AD95 (or 0xD5AD95) is known color: Cashmere. HEX triplet: D5, AD and 95. RGB value is (213,173,149). Sum of RGB (Red+Green+Blue) = 213+173+149=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD95 is #2A526A. Grayscale: #B6B6B6. Windows color (decimal): -2773611 or 9809365. OLE color: 9809365.

HSL color Cylindrical-coordinate representation of color #D5AD95: hue angle of 22.5º 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 #D5AD95 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 149 -
CMYK 0 0.19 0.30 0.16
HSL 22.5º 0.43% 0.71% -
HSV(B) 22.5º 0.3% 0.84% -
XYZ 47.81 46.2 34.83 -
YUV 182.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 213 173 149 0 0.19 0.30 0.16 22.5 0.43 0.71
Hex D5 AD 95 0 13 1E 10 16 2B 47
Octal 325 255 225 0 23 36 20 26 53 107
Binary 11010101 10101101 10010101 0 10011 11110 10000 10110 101011 1000111

Color Harmonies of #D5AD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD95

Black with #D5AD95

Text Example


Text Example

White with #D5AD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD95; }

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

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

background-color css

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

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

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

border-color css

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

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

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