Html Css Color HEX #DABA9E Cashmere

📋 copy color: '#DABA9E'

red 218 ◦ green 186 ◦ blue 158

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

Shades of Cashmere #DABA9E

Tints of Cashmere #DABA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.11%

R = 38.79%
G = 33.1%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DABA9E (or 0xDABA9E) is known color: Cashmere. HEX triplet: DA, BA and 9E. RGB value is (218,186,158). Sum of RGB (Red+Green+Blue) = 218+186+158=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA9E is #254561. Grayscale: #C0C0C0. Windows color (decimal): -2442594 or 10402522. OLE color: 10402522.

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

Color convert

RGB 218 186 158 -
CMYK 0 0.15 0.28 0.15
HSL 28º 0.45% 0.74% -
HSV(B) 28º 0.28% 0.85% -
XYZ 52.64 52.49 39.71 -
YUV 192.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 218 186 158 0 0.15 0.28 0.15 28 0.45 0.74
Hex DA BA 9E 0 F 1C F 1C 2D 4A
Octal 332 272 236 0 17 34 17 34 55 112
Binary 11011010 10111010 10011110 0 1111 11100 1111 11100 101101 1001010

Color Harmonies of #DABA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA9E

Black with #DABA9E

Text Example


Text Example

White with #DABA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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