Html Css Color HEX #DAB195 Cashmere

📋 copy color: '#DAB195'

red 218 ◦ green 177 ◦ blue 149

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

Shades of Cashmere #DAB195

Tints of Cashmere #DAB195

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.54%

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

R = 40.07%
G = 32.54%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAB195 (or 0xDAB195) is known color: Cashmere. HEX triplet: DA, B1 and 95. RGB value is (218,177,149). Sum of RGB (Red+Green+Blue) = 218+177+149=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB195 is #254E6A. Grayscale: #BABABA. Windows color (decimal): -2444907 or 9810394. OLE color: 9810394.

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

Color convert

RGB 218 177 149 -
CMYK 0 0.19 0.32 0.15
HSL 24.35º 0.48% 0.72% -
HSV(B) 24.35º 0.32% 0.85% -
XYZ 50.06 48.52 35.16 -
YUV 186.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 218 177 149 0 0.19 0.32 0.15 24.35 0.48 0.72
Hex DA B1 95 0 13 20 F 18 30 48
Octal 332 261 225 0 23 40 17 30 60 110
Binary 11011010 10110001 10010101 0 10011 100000 1111 11000 110000 1001000

Color Harmonies of #DAB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB195

Black with #DAB195

Text Example


Text Example

White with #DAB195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB195; }

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

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

background-color css

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

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

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

border-color css

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

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

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