Html Css Color HEX #DADFA6 Tusk

📋 copy color: '#DADFA6'

red 218 ◦ green 223 ◦ blue 166

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

Shades of Tusk #DADFA6

Tints of Tusk #DADFA6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.74%

 BLUE value IS 166 (65.23% from 255) = 27.35%

R = 35.91%
G = 36.74%
B = 27.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DADFA6 (or 0xDADFA6) is known color: Tusk. HEX triplet: DA, DF and A6. RGB value is (218,223,166). Sum of RGB (Red+Green+Blue) = 218+223+166=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADFA6 is #252059. Grayscale: #D7D7D7. Windows color (decimal): -2433114 or 10936282. OLE color: 10936282.

HSL color Cylindrical-coordinate representation of color #DADFA6: hue angle of 65.26º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DADFA6 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 166 -
CMYK 0.02 0 0.26 0.13
HSL 65.26º 0.47% 0.76% -
HSV(B) 65.26º 0.26% 0.87% -
XYZ 62.18 70.43 46.39 -
YUV 215.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 218 223 166 0.02 0 0.26 0.13 65.26 0.47 0.76
Hex DA DF A6 2 0 1A D 41 2F 4C
Octal 332 337 246 2 0 32 15 101 57 114
Binary 11011010 11011111 10100110 10 0 11010 1101 1000001 101111 1001100

Color Harmonies of #DADFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADFA6

Black with #DADFA6

Text Example


Text Example

White with #DADFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADFA6; }

 p { color: rgb(218,223,166); }

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

background-color css

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

 a { background-color: rgb(218,223,166); }

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

border-color css

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

 span { border-color: rgb(218,223,166); }

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