Html Css Color HEX #DAB89D Cashmere

📋 copy color: '#DAB89D'

red 218 ◦ green 184 ◦ blue 157

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

Shades of Cashmere #DAB89D

Tints of Cashmere #DAB89D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.92%

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

R = 39%
G = 32.92%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAB89D (or 0xDAB89D) is known color: Cashmere. HEX triplet: DA, B8 and 9D. RGB value is (218,184,157). Sum of RGB (Red+Green+Blue) = 218+184+157=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB89D is #254762. Grayscale: #BFBFBF. Windows color (decimal): -2443107 or 10336474. OLE color: 10336474.

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

Color convert

RGB 218 184 157 -
CMYK 0 0.16 0.28 0.15
HSL 26.56º 0.45% 0.74% -
HSV(B) 26.56º 0.28% 0.85% -
XYZ 52.14 51.62 39.11 -
YUV 191.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 218 184 157 0 0.16 0.28 0.15 26.56 0.45 0.74
Hex DA B8 9D 0 10 1C F 1B 2D 4A
Octal 332 270 235 0 20 34 17 33 55 112
Binary 11011010 10111000 10011101 0 10000 11100 1111 11011 101101 1001010

Color Harmonies of #DAB89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB89D

Black with #DAB89D

Text Example


Text Example

White with #DAB89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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