Html Css Color HEX #DAB89C Cashmere

📋 copy color: '#DAB89C'

red 218 ◦ green 184 ◦ blue 156

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

Shades of Cashmere #DAB89C

Tints of Cashmere #DAB89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.96%

R = 39.07%
G = 32.97%
B = 27.96%

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

#DAB89C (or 0xDAB89C) is known color: Cashmere. HEX triplet: DA, B8 and 9C. RGB value is (218,184,156). Sum of RGB (Red+Green+Blue) = 218+184+156=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB89C is #254763. Grayscale: #BFBFBF. Windows color (decimal): -2443108 or 10270938. OLE color: 10270938.

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

Color convert

RGB 218 184 156 -
CMYK 0 0.16 0.28 0.15
HSL 27.1º 0.46% 0.73% -
HSV(B) 27.1º 0.28% 0.85% -
XYZ 52.05 51.59 38.67 -
YUV 190.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 218 184 156 0 0.16 0.28 0.15 27.1 0.46 0.73
Hex DA B8 9C 0 10 1C F 1B 2E 49
Octal 332 270 234 0 20 34 17 33 56 111
Binary 11011010 10111000 10011100 0 10000 11100 1111 11011 101110 1001001

Color Harmonies of #DAB89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB89C

Black with #DAB89C

Text Example


Text Example

White with #DAB89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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