Html Css Color HEX #DBE1AD Tusk

📋 copy color: '#DBE1AD'

red 219 ◦ green 225 ◦ blue 173

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

Shades of Tusk #DBE1AD

Tints of Tusk #DBE1AD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.47%

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

R = 35.49%
G = 36.47%
B = 28.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#DBE1AD (or 0xDBE1AD) is known color: Tusk. HEX triplet: DB, E1 and AD. RGB value is (219,225,173). Sum of RGB (Red+Green+Blue) = 219+225+173=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE1AD is #241E52. Grayscale: #D9D9D9. Windows color (decimal): -2367059 or 11395547. OLE color: 11395547.

HSL color Cylindrical-coordinate representation of color #DBE1AD: hue angle of 66.92º degrees, saturation: 0.46, 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 #DBE1AD is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 173 -
CMYK 0.03 0 0.23 0.12
HSL 66.92º 0.46% 0.78% -
HSV(B) 66.92º 0.23% 0.88% -
XYZ 63.68 71.93 50.06 -
YUV 217.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 219 225 173 0.03 0 0.23 0.12 66.92 0.46 0.78
Hex DB E1 AD 3 0 17 C 43 2E 4E
Octal 333 341 255 3 0 27 14 103 56 116
Binary 11011011 11100001 10101101 11 0 10111 1100 1000011 101110 1001110

Color Harmonies of #DBE1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1AD

Black with #DBE1AD

Text Example


Text Example

White with #DBE1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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