Html Css Color HEX #DAB095 Cashmere

📋 copy color: '#DAB095'

red 218 ◦ green 176 ◦ blue 149

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

Shades of Cashmere #DAB095

Tints of Cashmere #DAB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.41%

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

R = 40.15%
G = 32.41%
B = 27.44%

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

#DAB095 (or 0xDAB095) is known color: Cashmere. HEX triplet: DA, B0 and 95. RGB value is (218,176,149). Sum of RGB (Red+Green+Blue) = 218+176+149=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB095 is #254F6A. Grayscale: #B9B9B9. Windows color (decimal): -2445163 or 9810138. OLE color: 9810138.

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

Color convert

RGB 218 176 149 -
CMYK 0 0.19 0.32 0.15
HSL 23.48º 0.48% 0.72% -
HSV(B) 23.48º 0.32% 0.85% -
XYZ 49.86 48.13 35.09 -
YUV 185.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 218 176 149 0 0.19 0.32 0.15 23.48 0.48 0.72
Hex DA B0 95 0 13 20 F 17 30 48
Octal 332 260 225 0 23 40 17 27 60 110
Binary 11011010 10110000 10010101 0 10011 100000 1111 10111 110000 1001000

Color Harmonies of #DAB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB095

Black with #DAB095

Text Example


Text Example

White with #DAB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB095; }

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

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

background-color css

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

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

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

border-color css

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

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

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