Html Css Color HEX #DAB499 Cashmere

📋 copy color: '#DAB499'

red 218 ◦ green 180 ◦ blue 153

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

Shades of Cashmere #DAB499

Tints of Cashmere #DAB499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.67%

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

R = 39.56%
G = 32.67%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAB499 (or 0xDAB499) is known color: Cashmere. HEX triplet: DA, B4 and 99. RGB value is (218,180,153). Sum of RGB (Red+Green+Blue) = 218+180+153=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB499 is #254B66. Grayscale: #BCBCBC. Windows color (decimal): -2444135 or 10073306. OLE color: 10073306.

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

Color convert

RGB 218 180 153 -
CMYK 0 0.17 0.30 0.15
HSL 24.92º 0.47% 0.73% -
HSV(B) 24.92º 0.3% 0.85% -
XYZ 50.98 49.85 37.07 -
YUV 188.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 218 180 153 0 0.17 0.30 0.15 24.92 0.47 0.73
Hex DA B4 99 0 11 1E F 19 2F 49
Octal 332 264 231 0 21 36 17 31 57 111
Binary 11011010 10110100 10011001 0 10001 11110 1111 11001 101111 1001001

Color Harmonies of #DAB499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB499

Black with #DAB499

Text Example


Text Example

White with #DAB499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB499; }

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

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

background-color css

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

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

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

border-color css

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

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

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