Html Css Color HEX #DAE49D Tusk

📋 copy color: '#DAE49D'

red 218 ◦ green 228 ◦ blue 157

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

Shades of Tusk #DAE49D

Tints of Tusk #DAE49D

RGB

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

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

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

R = 36.15%
G = 37.81%
B = 26.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#DAE49D (or 0xDAE49D) is known color: Tusk. HEX triplet: DA, E4 and 9D. RGB value is (218,228,157). Sum of RGB (Red+Green+Blue) = 218+228+157=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE49D is #251B62. Grayscale: #D9D9D9. Windows color (decimal): -2431843 or 10347738. OLE color: 10347738.

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

Color convert

RGB 218 228 157 -
CMYK 0.04 0 0.31 0.11
HSL 68.45º 0.57% 0.75% -
HSV(B) 68.45º 0.31% 0.89% -
XYZ 62.74 72.83 42.65 -
YUV 216.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 218 228 157 0.04 0 0.31 0.11 68.45 0.57 0.75
Hex DA E4 9D 4 0 1F B 44 39 4B
Octal 332 344 235 4 0 37 13 104 71 113
Binary 11011010 11100100 10011101 100 0 11111 1011 1000100 111001 1001011

Color Harmonies of #DAE49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE49D

Black with #DAE49D

Text Example


Text Example

White with #DAE49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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