Html Css Color HEX #DAB299 Cashmere

📋 copy color: '#DAB299'

red 218 ◦ green 178 ◦ blue 153

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

Shades of Cashmere #DAB299

Tints of Cashmere #DAB299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.42%

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

R = 39.71%
G = 32.42%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAB299 (or 0xDAB299) is known color: Cashmere. HEX triplet: DA, B2 and 99. RGB value is (218,178,153). Sum of RGB (Red+Green+Blue) = 218+178+153=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB299 is #254D66. Grayscale: #BBBBBB. Windows color (decimal): -2444647 or 10072794. OLE color: 10072794.

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

Color convert

RGB 218 178 153 -
CMYK 0 0.18 0.30 0.15
HSL 23.08º 0.47% 0.73% -
HSV(B) 23.08º 0.3% 0.85% -
XYZ 50.58 49.05 36.94 -
YUV 187.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 218 178 153 0 0.18 0.30 0.15 23.08 0.47 0.73
Hex DA B2 99 0 12 1E F 17 2F 49
Octal 332 262 231 0 22 36 17 27 57 111
Binary 11011010 10110010 10011001 0 10010 11110 1111 10111 101111 1001001

Color Harmonies of #DAB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB299

Black with #DAB299

Text Example


Text Example

White with #DAB299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB299; }

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

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

background-color css

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

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

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

border-color css

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

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

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