Html Css Color HEX #DAB099 Cashmere

📋 copy color: '#DAB099'

red 218 ◦ green 176 ◦ blue 153

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

Shades of Cashmere #DAB099

Tints of Cashmere #DAB099

RGB

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

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

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

R = 39.85%
G = 32.18%
B = 27.97%

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

#DAB099 (or 0xDAB099) is known color: Cashmere. HEX triplet: DA, B0 and 99. RGB value is (218,176,153). Sum of RGB (Red+Green+Blue) = 218+176+153=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB099 is #254F66. Grayscale: #BABABA. Windows color (decimal): -2445159 or 10072282. OLE color: 10072282.

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

Color convert

RGB 218 176 153 -
CMYK 0 0.19 0.30 0.15
HSL 21.23º 0.47% 0.73% -
HSV(B) 21.23º 0.3% 0.85% -
XYZ 50.19 48.26 36.81 -
YUV 185.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 218 176 153 0 0.19 0.30 0.15 21.23 0.47 0.73
Hex DA B0 99 0 13 1E F 15 2F 49
Octal 332 260 231 0 23 36 17 25 57 111
Binary 11011010 10110000 10011001 0 10011 11110 1111 10101 101111 1001001

Color Harmonies of #DAB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB099

Black with #DAB099

Text Example


Text Example

White with #DAB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB099; }

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

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

background-color css

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

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

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

border-color css

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

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

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