Html Css Color HEX #DBE8A4 Tusk

📋 copy color: '#DBE8A4'

red 219 ◦ green 232 ◦ blue 164

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

Shades of Tusk #DBE8A4

Tints of Tusk #DBE8A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.67%

R = 35.61%
G = 37.72%
B = 26.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#DBE8A4 (or 0xDBE8A4) is known color: Tusk. HEX triplet: DB, E8 and A4. RGB value is (219,232,164). Sum of RGB (Red+Green+Blue) = 219+232+164=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE8A4 is #24175B. Grayscale: #DCDCDC. Windows color (decimal): -2365276 or 10807515. OLE color: 10807515.

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

Color convert

RGB 219 232 164 -
CMYK 0.06 0 0.29 0.09
HSL 71.47º 0.6% 0.78% -
HSV(B) 71.47º 0.29% 0.91% -
XYZ 64.77 75.45 46.27 -
YUV 220.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 219 232 164 0.06 0 0.29 0.09 71.47 0.6 0.78
Hex DB E8 A4 6 0 1D 9 47 3C 4E
Octal 333 350 244 6 0 35 11 107 74 116
Binary 11011011 11101000 10100100 110 0 11101 1001 1000111 111100 1001110

Color Harmonies of #DBE8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE8A4

Black with #DBE8A4

Text Example


Text Example

White with #DBE8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE8A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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