Html Css Color HEX #DADDB5 Tusk

📋 copy color: '#DADDB5'

red 218 ◦ green 221 ◦ blue 181

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

Shades of Tusk #DADDB5

Tints of Tusk #DADDB5

RGB

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

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

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

R = 35.16%
G = 35.65%
B = 29.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DADDB5 (or 0xDADDB5) is known color: Tusk. HEX triplet: DA, DD and B5. RGB value is (218,221,181). Sum of RGB (Red+Green+Blue) = 218+221+181=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDB5 is #25224A. Grayscale: #D7D7D7. Windows color (decimal): -2433611 or 11918810. OLE color: 11918810.

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

Color convert

RGB 218 221 181 -
CMYK 0.01 0 0.18 0.13
HSL 64.5º 0.37% 0.79% -
HSV(B) 64.5º 0.18% 0.87% -
XYZ 63.11 69.95 53.89 -
YUV 215.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 218 221 181 0.01 0 0.18 0.13 64.5 0.37 0.79
Hex DA DD B5 1 0 12 D 40 25 4F
Octal 332 335 265 1 0 22 15 100 45 117
Binary 11011010 11011101 10110101 1 0 10010 1101 1000000 100101 1001111

Color Harmonies of #DADDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDB5

Black with #DADDB5

Text Example


Text Example

White with #DADDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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