Html Css Color HEX #DADFA7 Tusk

📋 copy color: '#DADFA7'

red 218 ◦ green 223 ◦ blue 167

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

Shades of Tusk #DADFA7

Tints of Tusk #DADFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.47%

R = 35.86%
G = 36.68%
B = 27.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DADFA7 (or 0xDADFA7) is known color: Tusk. HEX triplet: DA, DF and A7. RGB value is (218,223,167). Sum of RGB (Red+Green+Blue) = 218+223+167=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADFA7 is #252058. Grayscale: #D7D7D7. Windows color (decimal): -2433113 or 11001818. OLE color: 11001818.

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

Color convert

RGB 218 223 167 -
CMYK 0.02 0 0.25 0.13
HSL 65.36º 0.47% 0.76% -
HSV(B) 65.36º 0.25% 0.87% -
XYZ 62.28 70.47 46.88 -
YUV 215.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 218 223 167 0.02 0 0.25 0.13 65.36 0.47 0.76
Hex DA DF A7 2 0 19 D 41 2F 4C
Octal 332 337 247 2 0 31 15 101 57 114
Binary 11011010 11011111 10100111 10 0 11001 1101 1000001 101111 1001100

Color Harmonies of #DADFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADFA7

Black with #DADFA7

Text Example


Text Example

White with #DADFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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