Html Css Color HEX #D8BAA0 Cashmere

📋 copy color: '#D8BAA0'

red 216 ◦ green 186 ◦ blue 160

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

Shades of Cashmere #D8BAA0

Tints of Cashmere #D8BAA0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.1%

 BLUE value IS 160 (62.89% from 255) = 28.47%

R = 38.43%
G = 33.1%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D8BAA0 (or 0xD8BAA0) is known color: Cashmere. HEX triplet: D8, BA and A0. RGB value is (216,186,160). Sum of RGB (Red+Green+Blue) = 216+186+160=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BAA0 is #27455F. Grayscale: #C0C0C0. Windows color (decimal): -2573664 or 10533592. OLE color: 10533592.

HSL color Cylindrical-coordinate representation of color #D8BAA0: hue angle of 27.86º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8BAA0 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 160 -
CMYK 0 0.14 0.26 0.15
HSL 27.86º 0.42% 0.74% -
HSV(B) 27.86º 0.26% 0.85% -
XYZ 52.22 52.25 40.59 -
YUV 192.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 216 186 160 0 0.14 0.26 0.15 27.86 0.42 0.74
Hex D8 BA A0 0 E 1A F 1C 2A 4A
Octal 330 272 240 0 16 32 17 34 52 112
Binary 11011000 10111010 10100000 0 1110 11010 1111 11100 101010 1001010

Color Harmonies of #D8BAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAA0

Black with #D8BAA0

Text Example


Text Example

White with #D8BAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAA0; }

 p { color: rgb(216,186,160); }

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

background-color css

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

 a { background-color: rgb(216,186,160); }

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

border-color css

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

 span { border-color: rgb(216,186,160); }

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