Html Css Color HEX #DADDA5 Tusk

📋 copy color: '#DADDA5'

red 218 ◦ green 221 ◦ blue 165

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

Shades of Tusk #DADDA5

Tints of Tusk #DADDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.32%

R = 36.09%
G = 36.59%
B = 27.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DADDA5 (or 0xDADDA5) is known color: Tusk. HEX triplet: DA, DD and A5. RGB value is (218,221,165). Sum of RGB (Red+Green+Blue) = 218+221+165=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDA5 is #25225A. Grayscale: #D5D5D5. Windows color (decimal): -2433627 or 10870234. OLE color: 10870234.

HSL color Cylindrical-coordinate representation of color #DADDA5: hue angle of 63.21º degrees, saturation: 0.45, 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 #DADDA5 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 165 -
CMYK 0.01 0 0.25 0.13
HSL 63.21º 0.45% 0.76% -
HSV(B) 63.21º 0.25% 0.87% -
XYZ 61.56 69.33 45.74 -
YUV 213.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 218 221 165 0.01 0 0.25 0.13 63.21 0.45 0.76
Hex DA DD A5 1 0 19 D 3F 2D 4C
Octal 332 335 245 1 0 31 15 77 55 114
Binary 11011010 11011101 10100101 1 0 11001 1101 111111 101101 1001100

Color Harmonies of #DADDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDA5

Black with #DADDA5

Text Example


Text Example

White with #DADDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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