Html Css Color HEX #DBE0A0 Tusk

📋 copy color: '#DBE0A0'

red 219 ◦ green 224 ◦ blue 160

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

Shades of Tusk #DBE0A0

Tints of Tusk #DBE0A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.53%

R = 36.32%
G = 37.15%
B = 26.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#DBE0A0 (or 0xDBE0A0) is known color: Tusk. HEX triplet: DB, E0 and A0. RGB value is (219,224,160). Sum of RGB (Red+Green+Blue) = 219+224+160=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE0A0 is #241F5F. Grayscale: #D7D7D7. Windows color (decimal): -2367328 or 10543323. OLE color: 10543323.

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

Color convert

RGB 219 224 160 -
CMYK 0.02 0 0.29 0.12
HSL 64.69º 0.51% 0.75% -
HSV(B) 64.69º 0.29% 0.88% -
XYZ 62.21 70.91 43.67 -
YUV 215.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 219 224 160 0.02 0 0.29 0.12 64.69 0.51 0.75
Hex DB E0 A0 2 0 1D C 41 33 4B
Octal 333 340 240 2 0 35 14 101 63 113
Binary 11011011 11100000 10100000 10 0 11101 1100 1000001 110011 1001011

Color Harmonies of #DBE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE0A0

Black with #DBE0A0

Text Example


Text Example

White with #DBE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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