Html Css Color HEX #DAE5AD Tusk

📋 copy color: '#DAE5AD'

red 218 ◦ green 229 ◦ blue 173

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

Shades of Tusk #DAE5AD

Tints of Tusk #DAE5AD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.94%

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

R = 35.16%
G = 36.94%
B = 27.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#DAE5AD (or 0xDAE5AD) is known color: Tusk. HEX triplet: DA, E5 and AD. RGB value is (218,229,173). Sum of RGB (Red+Green+Blue) = 218+229+173=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE5AD is #251A52. Grayscale: #DBDBDB. Windows color (decimal): -2431571 or 11396570. OLE color: 11396570.

HSL color Cylindrical-coordinate representation of color #DAE5AD: hue angle of 71.79º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAE5AD is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 173 -
CMYK 0.05 0 0.24 0.10
HSL 71.79º 0.52% 0.79% -
HSV(B) 71.79º 0.24% 0.9% -
XYZ 64.48 73.96 50.41 -
YUV 219.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 218 229 173 0.05 0 0.24 0.10 71.79 0.52 0.79
Hex DA E5 AD 5 0 18 A 48 34 4F
Octal 332 345 255 5 0 30 12 110 64 117
Binary 11011010 11100101 10101101 101 0 11000 1010 1001000 110100 1001111

Color Harmonies of #DAE5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5AD

Black with #DAE5AD

Text Example


Text Example

White with #DAE5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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