Html Css Color HEX #DAE6B5 Tusk

📋 copy color: '#DAE6B5'

red 218 ◦ green 230 ◦ blue 181

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

Shades of Tusk #DAE6B5

Tints of Tusk #DAE6B5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.57%

 BLUE value IS 181 (71.09% from 255) = 28.78%

R = 34.66%
G = 36.57%
B = 28.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#DAE6B5 (or 0xDAE6B5) is known color: Tusk. HEX triplet: DA, E6 and B5. RGB value is (218,230,181). Sum of RGB (Red+Green+Blue) = 218+230+181=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 181 (71.09% from 255 or 28.78% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6B5 is #25194A. Grayscale: #DDDDDD. Windows color (decimal): -2431307 or 11921114. OLE color: 11921114.

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

Color convert

RGB 218 230 181 -
CMYK 0.05 0 0.21 0.10
HSL 74.69º 0.49% 0.81% -
HSV(B) 74.69º 0.21% 0.9% -
XYZ 65.55 74.84 54.71 -
YUV 220.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 218 230 181 0.05 0 0.21 0.10 74.69 0.49 0.81
Hex DA E6 B5 5 0 15 A 4B 31 51
Octal 332 346 265 5 0 25 12 113 61 121
Binary 11011010 11100110 10110101 101 0 10101 1010 1001011 110001 1010001

Color Harmonies of #DAE6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE6B5

Black with #DAE6B5

Text Example


Text Example

White with #DAE6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE6B5; }

 p { color: rgb(218,230,181); }

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

background-color css

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

 a { background-color: rgb(218,230,181); }

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

border-color css

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

 span { border-color: rgb(218,230,181); }

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