Html Css Color HEX #DBE8AD Tusk

📋 copy color: '#DBE8AD'

red 219 ◦ green 232 ◦ blue 173

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

Shades of Tusk #DBE8AD

Tints of Tusk #DBE8AD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.18%

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

R = 35.1%
G = 37.18%
B = 27.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#DBE8AD (or 0xDBE8AD) is known color: Tusk. HEX triplet: DB, E8 and AD. RGB value is (219,232,173). Sum of RGB (Red+Green+Blue) = 219+232+173=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE8AD is #241752. Grayscale: #DDDDDD. Windows color (decimal): -2365267 or 11397339. OLE color: 11397339.

HSL color Cylindrical-coordinate representation of color #DBE8AD: hue angle of 73.22º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBE8AD is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 232 173 -
CMYK 0.06 0 0.25 0.09
HSL 73.22º 0.56% 0.79% -
HSV(B) 73.22º 0.25% 0.91% -
XYZ 65.61 75.79 50.71 -
YUV 221.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 219 232 173 0.06 0 0.25 0.09 73.22 0.56 0.79
Hex DB E8 AD 6 0 19 9 49 38 4F
Octal 333 350 255 6 0 31 11 111 70 117
Binary 11011011 11101000 10101101 110 0 11001 1001 1001001 111000 1001111

Color Harmonies of #DBE8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE8AD

Black with #DBE8AD

Text Example


Text Example

White with #DBE8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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