Html Css Color HEX #DADDA4 Tusk

📋 copy color: '#DADDA4'

red 218 ◦ green 221 ◦ blue 164

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

Shades of Tusk #DADDA4

Tints of Tusk #DADDA4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.65%

 BLUE value IS 164 (64.45% from 255) = 27.2%

R = 36.15%
G = 36.65%
B = 27.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DADDA4 (or 0xDADDA4) is known color: Tusk. HEX triplet: DA, DD and A4. RGB value is (218,221,164). Sum of RGB (Red+Green+Blue) = 218+221+164=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDA4 is #25225B. Grayscale: #D5D5D5. Windows color (decimal): -2433628 or 10804698. OLE color: 10804698.

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

Color convert

RGB 218 221 164 -
CMYK 0.01 0 0.26 0.13
HSL 63.16º 0.46% 0.75% -
HSV(B) 63.16º 0.26% 0.87% -
XYZ 61.47 69.3 45.26 -
YUV 213.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 218 221 164 0.01 0 0.26 0.13 63.16 0.46 0.75
Hex DA DD A4 1 0 1A D 3F 2E 4B
Octal 332 335 244 1 0 32 15 77 56 113
Binary 11011010 11011101 10100100 1 0 11010 1101 111111 101110 1001011

Color Harmonies of #DADDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDA4

Black with #DADDA4

Text Example


Text Example

White with #DADDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDA4; }

 p { color: rgb(218,221,164); }

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

background-color css

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

 a { background-color: rgb(218,221,164); }

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

border-color css

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

 span { border-color: rgb(218,221,164); }

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