Html Css Color HEX #DAB49C Cashmere

📋 copy color: '#DAB49C'

red 218 ◦ green 180 ◦ blue 156

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

Shades of Cashmere #DAB49C

Tints of Cashmere #DAB49C

RGB

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

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

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

R = 39.35%
G = 32.49%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAB49C (or 0xDAB49C) is known color: Cashmere. HEX triplet: DA, B4 and 9C. RGB value is (218,180,156). Sum of RGB (Red+Green+Blue) = 218+180+156=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB49C is #254B63. Grayscale: #BCBCBC. Windows color (decimal): -2444132 or 10269914. OLE color: 10269914.

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

Color convert

RGB 218 180 156 -
CMYK 0 0.17 0.28 0.15
HSL 23.23º 0.46% 0.73% -
HSV(B) 23.23º 0.28% 0.85% -
XYZ 51.24 49.95 38.39 -
YUV 188.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 218 180 156 0 0.17 0.28 0.15 23.23 0.46 0.73
Hex DA B4 9C 0 11 1C F 17 2E 49
Octal 332 264 234 0 21 34 17 27 56 111
Binary 11011010 10110100 10011100 0 10001 11100 1111 10111 101110 1001001

Color Harmonies of #DAB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB49C

Black with #DAB49C

Text Example


Text Example

White with #DAB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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