Html Css Color HEX #DADDAB Tusk

📋 copy color: '#DADDAB'

red 218 ◦ green 221 ◦ blue 171

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

Shades of Tusk #DADDAB

Tints of Tusk #DADDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.03%

R = 35.74%
G = 36.23%
B = 28.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DADDAB (or 0xDADDAB) is known color: Tusk. HEX triplet: DA, DD and AB. RGB value is (218,221,171). Sum of RGB (Red+Green+Blue) = 218+221+171=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDAB is #252254. Grayscale: #D6D6D6. Windows color (decimal): -2433621 or 11263450. OLE color: 11263450.

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

Color convert

RGB 218 221 171 -
CMYK 0.01 0 0.23 0.13
HSL 63.6º 0.42% 0.77% -
HSV(B) 63.6º 0.23% 0.87% -
XYZ 62.12 69.56 48.68 -
YUV 214.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 218 221 171 0.01 0 0.23 0.13 63.6 0.42 0.77
Hex DA DD AB 1 0 17 D 40 2A 4D
Octal 332 335 253 1 0 27 15 100 52 115
Binary 11011010 11011101 10101011 1 0 10111 1101 1000000 101010 1001101

Color Harmonies of #DADDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDAB

Black with #DADDAB

Text Example


Text Example

White with #DADDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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