Html Css Color HEX #DABA9F Cashmere

📋 copy color: '#DABA9F'

red 218 ◦ green 186 ◦ blue 159

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

Shades of Cashmere #DABA9F

Tints of Cashmere #DABA9F

RGB

 RED value IS 218 (85.55% from 255) = 38.72%

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

 BLUE value IS 159 (62.5% from 255) = 28.24%

R = 38.72%
G = 33.04%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DABA9F (or 0xDABA9F) is known color: Cashmere. HEX triplet: DA, BA and 9F. RGB value is (218,186,159). Sum of RGB (Red+Green+Blue) = 218+186+159=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA9F is #254560. Grayscale: #C0C0C0. Windows color (decimal): -2442593 or 10468058. OLE color: 10468058.

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

Color convert

RGB 218 186 159 -
CMYK 0 0.15 0.27 0.15
HSL 27.46º 0.44% 0.74% -
HSV(B) 27.46º 0.27% 0.85% -
XYZ 52.73 52.53 40.16 -
YUV 192.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 218 186 159 0 0.15 0.27 0.15 27.46 0.44 0.74
Hex DA BA 9F 0 F 1B F 1B 2C 4A
Octal 332 272 237 0 17 33 17 33 54 112
Binary 11011010 10111010 10011111 0 1111 11011 1111 11011 101100 1001010

Color Harmonies of #DABA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA9F

Black with #DABA9F

Text Example


Text Example

White with #DABA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA9F; }

 p { color: rgb(218,186,159); }

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

background-color css

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

 a { background-color: rgb(218,186,159); }

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

border-color css

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

 span { border-color: rgb(218,186,159); }

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