Html Css Color HEX #DAE3AD Tusk

📋 copy color: '#DAE3AD'

red 218 ◦ green 227 ◦ blue 173

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

Shades of Tusk #DAE3AD

Tints of Tusk #DAE3AD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.73%

 BLUE value IS 173 (67.97% from 255) = 27.99%

R = 35.28%
G = 36.73%
B = 27.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#DAE3AD (or 0xDAE3AD) is known color: Tusk. HEX triplet: DA, E3 and AD. RGB value is (218,227,173). Sum of RGB (Red+Green+Blue) = 218+227+173=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE3AD is #251C52. Grayscale: #DADADA. Windows color (decimal): -2432083 or 11396058. OLE color: 11396058.

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

Color convert

RGB 218 227 173 -
CMYK 0.04 0 0.24 0.11
HSL 70º 0.49% 0.78% -
HSV(B) 70º 0.24% 0.89% -
XYZ 63.93 72.86 50.23 -
YUV 218.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 218 227 173 0.04 0 0.24 0.11 70 0.49 0.78
Hex DA E3 AD 4 0 18 B 46 31 4E
Octal 332 343 255 4 0 30 13 106 61 116
Binary 11011010 11100011 10101101 100 0 11000 1011 1000110 110001 1001110

Color Harmonies of #DAE3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE3AD

Black with #DAE3AD

Text Example


Text Example

White with #DAE3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE3AD; }

 p { color: rgb(218,227,173); }

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

background-color css

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

 a { background-color: rgb(218,227,173); }

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

border-color css

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

 span { border-color: rgb(218,227,173); }

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