Html Css Color HEX #DAE49C Tusk

📋 copy color: '#DAE49C'

red 218 ◦ green 228 ◦ blue 156

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

Shades of Tusk #DAE49C

Tints of Tusk #DAE49C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.87%

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

R = 36.21%
G = 37.87%
B = 25.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#DAE49C (or 0xDAE49C) is known color: Tusk. HEX triplet: DA, E4 and 9C. RGB value is (218,228,156). Sum of RGB (Red+Green+Blue) = 218+228+156=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE49C is #251B63. Grayscale: #D9D9D9. Windows color (decimal): -2431844 or 10282202. OLE color: 10282202.

HSL color Cylindrical-coordinate representation of color #DAE49C: hue angle of 68.33º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAE49C is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 156 -
CMYK 0.04 0 0.32 0.11
HSL 68.33º 0.57% 0.75% -
HSV(B) 68.33º 0.32% 0.89% -
XYZ 62.66 72.79 42.2 -
YUV 216.8 93.69 128.85 -
System Red Green Blue C M Y K H S L
Decimal 218 228 156 0.04 0 0.32 0.11 68.33 0.57 0.75
Hex DA E4 9C 4 0 20 B 44 39 4B
Octal 332 344 234 4 0 40 13 104 71 113
Binary 11011010 11100100 10011100 100 0 100000 1011 1000100 111001 1001011

Color Harmonies of #DAE49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE49C

Black with #DAE49C

Text Example


Text Example

White with #DAE49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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