Html Css Color HEX #DAE4A9 Tusk

📋 copy color: '#DAE4A9'

red 218 ◦ green 228 ◦ blue 169

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

Shades of Tusk #DAE4A9

Tints of Tusk #DAE4A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.48%

R = 35.45%
G = 37.07%
B = 27.48%

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

#DAE4A9 (or 0xDAE4A9) is known color: Tusk. HEX triplet: DA, E4 and A9. RGB value is (218,228,169). Sum of RGB (Red+Green+Blue) = 218+228+169=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 169 (66.41% from 255 or 27.48% from 615); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE4A9 is #251B56. Grayscale: #DADADA. Windows color (decimal): -2431831 or 11134170. OLE color: 11134170.

HSL color Cylindrical-coordinate representation of color #DAE4A9: hue angle of 70.17º degrees, saturation: 0.52, 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 #DAE4A9 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 169 -
CMYK 0.04 0 0.26 0.11
HSL 70.17º 0.52% 0.78% -
HSV(B) 70.17º 0.26% 0.89% -
XYZ 63.82 73.26 48.31 -
YUV 218.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 218 228 169 0.04 0 0.26 0.11 70.17 0.52 0.78
Hex DA E4 A9 4 0 1A B 46 34 4E
Octal 332 344 251 4 0 32 13 106 64 116
Binary 11011010 11100100 10101001 100 0 11010 1011 1000110 110100 1001110

Color Harmonies of #DAE4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE4A9

Black with #DAE4A9

Text Example


Text Example

White with #DAE4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE4A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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