Html Css Color HEX #DBE0AD Tusk

📋 copy color: '#DBE0AD'

red 219 ◦ green 224 ◦ blue 173

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

Shades of Tusk #DBE0AD

Tints of Tusk #DBE0AD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.36%

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

R = 35.55%
G = 36.36%
B = 28.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#DBE0AD (or 0xDBE0AD) is known color: Tusk. HEX triplet: DB, E0 and AD. RGB value is (219,224,173). Sum of RGB (Red+Green+Blue) = 219+224+173=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE0AD is #241F52. Grayscale: #D8D8D8. Windows color (decimal): -2367315 or 11395291. OLE color: 11395291.

HSL color Cylindrical-coordinate representation of color #DBE0AD: hue angle of 65.88º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBE0AD is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 173 -
CMYK 0.02 0 0.23 0.12
HSL 65.88º 0.45% 0.78% -
HSV(B) 65.88º 0.23% 0.88% -
XYZ 63.41 71.39 49.97 -
YUV 216.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 219 224 173 0.02 0 0.23 0.12 65.88 0.45 0.78
Hex DB E0 AD 2 0 17 C 42 2D 4E
Octal 333 340 255 2 0 27 14 102 55 116
Binary 11011011 11100000 10101101 10 0 10111 1100 1000010 101101 1001110

Color Harmonies of #DBE0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE0AD

Black with #DBE0AD

Text Example


Text Example

White with #DBE0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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