Html Css Color HEX #DAB395 Cashmere

📋 copy color: '#DAB395'

red 218 ◦ green 179 ◦ blue 149

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

Shades of Cashmere #DAB395

Tints of Cashmere #DAB395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.29%

R = 39.93%
G = 32.78%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAB395 (or 0xDAB395) is known color: Cashmere. HEX triplet: DA, B3 and 95. RGB value is (218,179,149). Sum of RGB (Red+Green+Blue) = 218+179+149=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB395 is #254C6A. Grayscale: #BBBBBB. Windows color (decimal): -2444395 or 9810906. OLE color: 9810906.

HSL color Cylindrical-coordinate representation of color #DAB395: hue angle of 26.09º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAB395 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 149 -
CMYK 0 0.18 0.32 0.15
HSL 26.09º 0.48% 0.72% -
HSV(B) 26.09º 0.32% 0.85% -
XYZ 50.46 49.32 35.29 -
YUV 187.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 218 179 149 0 0.18 0.32 0.15 26.09 0.48 0.72
Hex DA B3 95 0 12 20 F 1A 30 48
Octal 332 263 225 0 22 40 17 32 60 110
Binary 11011010 10110011 10010101 0 10010 100000 1111 11010 110000 1001000

Color Harmonies of #DAB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB395

Black with #DAB395

Text Example


Text Example

White with #DAB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB395; }

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

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

background-color css

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

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

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

border-color css

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

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

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