Html Css Color HEX #DBE7A4 Tusk

📋 copy color: '#DBE7A4'

red 219 ◦ green 231 ◦ blue 164

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

Shades of Tusk #DBE7A4

Tints of Tusk #DBE7A4

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.62%

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

R = 35.67%
G = 37.62%
B = 26.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#DBE7A4 (or 0xDBE7A4) is known color: Tusk. HEX triplet: DB, E7 and A4. RGB value is (219,231,164). Sum of RGB (Red+Green+Blue) = 219+231+164=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 164 (64.45% from 255 or 26.71% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE7A4 is #24185B. Grayscale: #DCDCDC. Windows color (decimal): -2365532 or 10807259. OLE color: 10807259.

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

Color convert

RGB 219 231 164 -
CMYK 0.05 0 0.29 0.09
HSL 70.75º 0.58% 0.77% -
HSV(B) 70.75º 0.29% 0.91% -
XYZ 64.49 74.89 46.18 -
YUV 219.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 219 231 164 0.05 0 0.29 0.09 70.75 0.58 0.77
Hex DB E7 A4 5 0 1D 9 47 3A 4D
Octal 333 347 244 5 0 35 11 107 72 115
Binary 11011011 11100111 10100100 101 0 11101 1001 1000111 111010 1001101

Color Harmonies of #DBE7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE7A4

Black with #DBE7A4

Text Example


Text Example

White with #DBE7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE7A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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