Html Css Color HEX #DAB79E Cashmere

📋 copy color: '#DAB79E'

red 218 ◦ green 183 ◦ blue 158

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

Shades of Cashmere #DAB79E

Tints of Cashmere #DAB79E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.74%

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

R = 39%
G = 32.74%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAB79E (or 0xDAB79E) is known color: Cashmere. HEX triplet: DA, B7 and 9E. RGB value is (218,183,158). Sum of RGB (Red+Green+Blue) = 218+183+158=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB79E is #254861. Grayscale: #BEBEBE. Windows color (decimal): -2443362 or 10401754. OLE color: 10401754.

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

Color convert

RGB 218 183 158 -
CMYK 0 0.16 0.28 0.15
HSL 25º 0.45% 0.74% -
HSV(B) 25º 0.28% 0.85% -
XYZ 52.02 51.24 39.5 -
YUV 190.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 218 183 158 0 0.16 0.28 0.15 25 0.45 0.74
Hex DA B7 9E 0 10 1C F 19 2D 4A
Octal 332 267 236 0 20 34 17 31 55 112
Binary 11011010 10110111 10011110 0 10000 11100 1111 11001 101101 1001010

Color Harmonies of #DAB79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB79E

Black with #DAB79E

Text Example


Text Example

White with #DAB79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB79E; }

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

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

background-color css

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

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

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

border-color css

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

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

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