Html Css Color HEX #DAB99E Cashmere

📋 copy color: '#DAB99E'

red 218 ◦ green 185 ◦ blue 158

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

Shades of Cashmere #DAB99E

Tints of Cashmere #DAB99E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.98%

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

R = 38.86%
G = 32.98%
B = 28.16%

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

#DAB99E (or 0xDAB99E) is known color: Cashmere. HEX triplet: DA, B9 and 9E. RGB value is (218,185,158). Sum of RGB (Red+Green+Blue) = 218+185+158=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB99E is #254661. Grayscale: #BFBFBF. Windows color (decimal): -2442850 or 10402266. OLE color: 10402266.

HSL color Cylindrical-coordinate representation of color #DAB99E: hue angle of 27º 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 #DAB99E is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 158 -
CMYK 0 0.15 0.28 0.15
HSL 27º 0.45% 0.74% -
HSV(B) 27º 0.28% 0.85% -
XYZ 52.43 52.07 39.64 -
YUV 191.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 218 185 158 0 0.15 0.28 0.15 27 0.45 0.74
Hex DA B9 9E 0 F 1C F 1B 2D 4A
Octal 332 271 236 0 17 34 17 33 55 112
Binary 11011010 10111001 10011110 0 1111 11100 1111 11011 101101 1001010

Color Harmonies of #DAB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB99E

Black with #DAB99E

Text Example


Text Example

White with #DAB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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