Html Css Color HEX #DAB199 Cashmere

📋 copy color: '#DAB199'

red 218 ◦ green 177 ◦ blue 153

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

Shades of Cashmere #DAB199

Tints of Cashmere #DAB199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.92%

R = 39.78%
G = 32.3%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAB199 (or 0xDAB199) is known color: Cashmere. HEX triplet: DA, B1 and 99. RGB value is (218,177,153). Sum of RGB (Red+Green+Blue) = 218+177+153=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB199 is #254E66. Grayscale: #BABABA. Windows color (decimal): -2444903 or 10072538. OLE color: 10072538.

HSL color Cylindrical-coordinate representation of color #DAB199: hue angle of 22.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAB199 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 153 -
CMYK 0 0.19 0.30 0.15
HSL 22.15º 0.47% 0.73% -
HSV(B) 22.15º 0.3% 0.85% -
XYZ 50.39 48.65 36.87 -
YUV 186.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 218 177 153 0 0.19 0.30 0.15 22.15 0.47 0.73
Hex DA B1 99 0 13 1E F 16 2F 49
Octal 332 261 231 0 23 36 17 26 57 111
Binary 11011010 10110001 10011001 0 10011 11110 1111 10110 101111 1001001

Color Harmonies of #DAB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB199

Black with #DAB199

Text Example


Text Example

White with #DAB199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB199; }

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

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

background-color css

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

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

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

border-color css

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

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

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