Html Css Color HEX #DAB39E Cashmere

📋 copy color: '#DAB39E'

red 218 ◦ green 179 ◦ blue 158

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

Shades of Cashmere #DAB39E

Tints of Cashmere #DAB39E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.25%

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

R = 39.28%
G = 32.25%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAB39E (or 0xDAB39E) is known color: Cashmere. HEX triplet: DA, B3 and 9E. RGB value is (218,179,158). Sum of RGB (Red+Green+Blue) = 218+179+158=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB39E is #254C61. Grayscale: #BCBCBC. Windows color (decimal): -2444386 or 10400730. OLE color: 10400730.

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

Color convert

RGB 218 179 158 -
CMYK 0 0.18 0.28 0.15
HSL 21º 0.45% 0.74% -
HSV(B) 21º 0.28% 0.85% -
XYZ 51.21 49.61 39.23 -
YUV 188.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 218 179 158 0 0.18 0.28 0.15 21 0.45 0.74
Hex DA B3 9E 0 12 1C F 15 2D 4A
Octal 332 263 236 0 22 34 17 25 55 112
Binary 11011010 10110011 10011110 0 10010 11100 1111 10101 101101 1001010

Color Harmonies of #DAB39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB39E

Black with #DAB39E

Text Example


Text Example

White with #DAB39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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