Html Css Color HEX #DAB194 Cashmere

📋 copy color: '#DAB194'

red 218 ◦ green 177 ◦ blue 148

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

Shades of Cashmere #DAB194

Tints of Cashmere #DAB194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.26%

R = 40.15%
G = 32.6%
B = 27.26%

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

#DAB194 (or 0xDAB194) is known color: Cashmere. HEX triplet: DA, B1 and 94. RGB value is (218,177,148). Sum of RGB (Red+Green+Blue) = 218+177+148=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB194 is #254E6B. Grayscale: #BABABA. Windows color (decimal): -2444908 or 9744858. OLE color: 9744858.

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

Color convert

RGB 218 177 148 -
CMYK 0 0.19 0.32 0.15
HSL 24.86º 0.49% 0.72% -
HSV(B) 24.86º 0.32% 0.85% -
XYZ 49.98 48.49 34.74 -
YUV 185.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 218 177 148 0 0.19 0.32 0.15 24.86 0.49 0.72
Hex DA B1 94 0 13 20 F 19 31 48
Octal 332 261 224 0 23 40 17 31 61 110
Binary 11011010 10110001 10010100 0 10011 100000 1111 11001 110001 1001000

Color Harmonies of #DAB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB194

Black with #DAB194

Text Example


Text Example

White with #DAB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB194; }

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

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

background-color css

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

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

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

border-color css

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

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

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