Html Css Color HEX #DAB193 Cashmere

📋 copy color: '#DAB193'

red 218 ◦ green 177 ◦ blue 147

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

Shades of Cashmere #DAB193

Tints of Cashmere #DAB193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.12%

R = 40.22%
G = 32.66%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAB193 (or 0xDAB193) is known color: Cashmere. HEX triplet: DA, B1 and 93. RGB value is (218,177,147). Sum of RGB (Red+Green+Blue) = 218+177+147=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB193 is #254E6C. Grayscale: #BABABA. Windows color (decimal): -2444909 or 9679322. OLE color: 9679322.

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

Color convert

RGB 218 177 147 -
CMYK 0 0.19 0.33 0.15
HSL 25.35º 0.49% 0.72% -
HSV(B) 25.35º 0.33% 0.85% -
XYZ 49.9 48.46 34.33 -
YUV 185.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 218 177 147 0 0.19 0.33 0.15 25.35 0.49 0.72
Hex DA B1 93 0 13 21 F 19 31 48
Octal 332 261 223 0 23 41 17 31 61 110
Binary 11011010 10110001 10010011 0 10011 100001 1111 11001 110001 1001000

Color Harmonies of #DAB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB193

Black with #DAB193

Text Example


Text Example

White with #DAB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB193; }

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

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

background-color css

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

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

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

border-color css

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

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

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