Html Css Color HEX #DAE4A8 Tusk

📋 copy color: '#DAE4A8'

red 218 ◦ green 228 ◦ blue 168

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

Shades of Tusk #DAE4A8

Tints of Tusk #DAE4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.36%

R = 35.5%
G = 37.13%
B = 27.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#DAE4A8 (or 0xDAE4A8) is known color: Tusk. HEX triplet: DA, E4 and A8. RGB value is (218,228,168). Sum of RGB (Red+Green+Blue) = 218+228+168=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE4A8 is #251B57. Grayscale: #DADADA. Windows color (decimal): -2431832 or 11068634. OLE color: 11068634.

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

Color convert

RGB 218 228 168 -
CMYK 0.04 0 0.26 0.11
HSL 70º 0.53% 0.78% -
HSV(B) 70º 0.26% 0.89% -
XYZ 63.72 73.22 47.82 -
YUV 218.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 218 228 168 0.04 0 0.26 0.11 70 0.53 0.78
Hex DA E4 A8 4 0 1A B 46 35 4E
Octal 332 344 250 4 0 32 13 106 65 116
Binary 11011010 11100100 10101000 100 0 11010 1011 1000110 110101 1001110

Color Harmonies of #DAE4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE4A8

Black with #DAE4A8

Text Example


Text Example

White with #DAE4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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