Html Css Color HEX #DBDEAD Tusk

📋 copy color: '#DBDEAD'

red 219 ◦ green 222 ◦ blue 173

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

Shades of Tusk #DBDEAD

Tints of Tusk #DBDEAD

RGB

 RED value IS 219 (85.94% from 255) = 35.67%

 GREEN value IS 222 (87.11% from 255) = 36.16%

 BLUE value IS 173 (67.97% from 255) = 28.18%

R = 35.67%
G = 36.16%
B = 28.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DBDEAD (or 0xDBDEAD) is known color: Tusk. HEX triplet: DB, DE and AD. RGB value is (219,222,173). Sum of RGB (Red+Green+Blue) = 219+222+173=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDEAD is #242152. Grayscale: #D7D7D7. Windows color (decimal): -2367827 or 11394779. OLE color: 11394779.

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

Color convert

RGB 219 222 173 -
CMYK 0.01 0 0.22 0.13
HSL 63.67º 0.43% 0.77% -
HSV(B) 63.67º 0.22% 0.87% -
XYZ 62.88 70.32 49.79 -
YUV 215.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 219 222 173 0.01 0 0.22 0.13 63.67 0.43 0.77
Hex DB DE AD 1 0 16 D 40 2B 4D
Octal 333 336 255 1 0 26 15 100 53 115
Binary 11011011 11011110 10101101 1 0 10110 1101 1000000 101011 1001101

Color Harmonies of #DBDEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDEAD

Black with #DBDEAD

Text Example


Text Example

White with #DBDEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDEAD; }

 p { color: rgb(219,222,173); }

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

background-color css

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

 a { background-color: rgb(219,222,173); }

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

border-color css

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

 span { border-color: rgb(219,222,173); }

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