Html Css Color HEX #DAE9B0 Tusk

📋 copy color: '#DAE9B0'

red 218 ◦ green 233 ◦ blue 176

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

Shades of Tusk #DAE9B0

Tints of Tusk #DAE9B0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.16%

 BLUE value IS 176 (69.14% from 255) = 28.07%

R = 34.77%
G = 37.16%
B = 28.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#DAE9B0 (or 0xDAE9B0) is known color: Tusk. HEX triplet: DA, E9 and B0. RGB value is (218,233,176). Sum of RGB (Red+Green+Blue) = 218+233+176=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 176 (69.14% from 255 or 28.07% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE9B0 is #25164F. Grayscale: #DEDEDE. Windows color (decimal): -2430544 or 11594202. OLE color: 11594202.

HSL color Cylindrical-coordinate representation of color #DAE9B0: hue angle of 75.79º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAE9B0 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 176 -
CMYK 0.06 0 0.24 0.09
HSL 75.79º 0.56% 0.8% -
HSV(B) 75.79º 0.24% 0.91% -
XYZ 65.89 76.32 52.33 -
YUV 222.02 102.03 125.13 -
System Red Green Blue C M Y K H S L
Decimal 218 233 176 0.06 0 0.24 0.09 75.79 0.56 0.8
Hex DA E9 B0 6 0 18 9 4C 38 50
Octal 332 351 260 6 0 30 11 114 70 120
Binary 11011010 11101001 10110000 110 0 11000 1001 1001100 111000 1010000

Color Harmonies of #DAE9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9B0

Black with #DAE9B0

Text Example


Text Example

White with #DAE9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9B0; }

 p { color: rgb(218,233,176); }

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

background-color css

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

 a { background-color: rgb(218,233,176); }

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

border-color css

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

 span { border-color: rgb(218,233,176); }

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