Html Css Color HEX #DBE29F Tusk

📋 copy color: '#DBE29F'

red 219 ◦ green 226 ◦ blue 159

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

Shades of Tusk #DBE29F

Tints of Tusk #DBE29F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.42%

 BLUE value IS 159 (62.5% from 255) = 26.32%

R = 36.26%
G = 37.42%
B = 26.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#DBE29F (or 0xDBE29F) is known color: Tusk. HEX triplet: DB, E2 and 9F. RGB value is (219,226,159). Sum of RGB (Red+Green+Blue) = 219+226+159=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE29F is #241D60. Grayscale: #D8D8D8. Windows color (decimal): -2366817 or 10478299. OLE color: 10478299.

HSL color Cylindrical-coordinate representation of color #DBE29F: hue angle of 66.27º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBE29F is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 159 -
CMYK 0.03 0 0.30 0.11
HSL 66.27º 0.54% 0.75% -
HSV(B) 66.27º 0.3% 0.89% -
XYZ 62.67 71.96 43.39 -
YUV 216.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 219 226 159 0.03 0 0.30 0.11 66.27 0.54 0.75
Hex DB E2 9F 3 0 1E B 42 36 4B
Octal 333 342 237 3 0 36 13 102 66 113
Binary 11011011 11100010 10011111 11 0 11110 1011 1000010 110110 1001011

Color Harmonies of #DBE29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE29F

Black with #DBE29F

Text Example


Text Example

White with #DBE29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE29F; }

 p { color: rgb(219,226,159); }

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

background-color css

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

 a { background-color: rgb(219,226,159); }

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

border-color css

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

 span { border-color: rgb(219,226,159); }

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