Html Css Color HEX #DAB99D Cashmere

📋 copy color: '#DAB99D'

red 218 ◦ green 185 ◦ blue 157

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

Shades of Cashmere #DAB99D

Tints of Cashmere #DAB99D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.04%

 BLUE value IS 157 (61.72% from 255) = 28.04%

R = 38.93%
G = 33.04%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAB99D (or 0xDAB99D) is known color: Cashmere. HEX triplet: DA, B9 and 9D. RGB value is (218,185,157). Sum of RGB (Red+Green+Blue) = 218+185+157=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB99D is #254662. Grayscale: #BFBFBF. Windows color (decimal): -2442851 or 10336730. OLE color: 10336730.

HSL color Cylindrical-coordinate representation of color #DAB99D: hue angle of 27.54º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB99D is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 157 -
CMYK 0 0.15 0.28 0.15
HSL 27.54º 0.45% 0.74% -
HSV(B) 27.54º 0.28% 0.85% -
XYZ 52.35 52.04 39.18 -
YUV 191.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 218 185 157 0 0.15 0.28 0.15 27.54 0.45 0.74
Hex DA B9 9D 0 F 1C F 1C 2D 4A
Octal 332 271 235 0 17 34 17 34 55 112
Binary 11011010 10111001 10011101 0 1111 11100 1111 11100 101101 1001010

Color Harmonies of #DAB99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB99D

Black with #DAB99D

Text Example


Text Example

White with #DAB99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB99D; }

 p { color: rgb(218,185,157); }

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

background-color css

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

 a { background-color: rgb(218,185,157); }

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

border-color css

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

 span { border-color: rgb(218,185,157); }

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