Html Css Color HEX #DAB599 Cashmere

📋 copy color: '#DAB599'

red 218 ◦ green 181 ◦ blue 153

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

Shades of Cashmere #DAB599

Tints of Cashmere #DAB599

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.79%

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

R = 39.49%
G = 32.79%
B = 27.72%

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

#DAB599 (or 0xDAB599) is known color: Cashmere. HEX triplet: DA, B5 and 99. RGB value is (218,181,153). Sum of RGB (Red+Green+Blue) = 218+181+153=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB599 is #254A66. Grayscale: #BDBDBD. Windows color (decimal): -2443879 or 10073562. OLE color: 10073562.

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

Color convert

RGB 218 181 153 -
CMYK 0 0.17 0.30 0.15
HSL 25.85º 0.47% 0.73% -
HSV(B) 25.85º 0.3% 0.85% -
XYZ 51.19 50.25 37.14 -
YUV 188.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 218 181 153 0 0.17 0.30 0.15 25.85 0.47 0.73
Hex DA B5 99 0 11 1E F 1A 2F 49
Octal 332 265 231 0 21 36 17 32 57 111
Binary 11011010 10110101 10011001 0 10001 11110 1111 11010 101111 1001001

Color Harmonies of #DAB599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB599

Black with #DAB599

Text Example


Text Example

White with #DAB599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB599; }

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

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

background-color css

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

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

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

border-color css

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

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

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