Html Css Color HEX #DADDB2 Tusk

📋 copy color: '#DADDB2'

red 218 ◦ green 221 ◦ blue 178

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

Shades of Tusk #DADDB2

Tints of Tusk #DADDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.85%

R = 35.33%
G = 35.82%
B = 28.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DADDB2 (or 0xDADDB2) is known color: Tusk. HEX triplet: DA, DD and B2. RGB value is (218,221,178). Sum of RGB (Red+Green+Blue) = 218+221+178=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDB2 is #25224D. Grayscale: #D7D7D7. Windows color (decimal): -2433614 or 11722202. OLE color: 11722202.

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

Color convert

RGB 218 221 178 -
CMYK 0.01 0 0.19 0.13
HSL 64.19º 0.39% 0.78% -
HSV(B) 64.19º 0.19% 0.87% -
XYZ 62.81 69.83 52.29 -
YUV 215.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 218 221 178 0.01 0 0.19 0.13 64.19 0.39 0.78
Hex DA DD B2 1 0 13 D 40 27 4E
Octal 332 335 262 1 0 23 15 100 47 116
Binary 11011010 11011101 10110010 1 0 10011 1101 1000000 100111 1001110

Color Harmonies of #DADDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDB2

Black with #DADDB2

Text Example


Text Example

White with #DADDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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