#DBE7A7

Color #DBE7A7 Tusk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tusk #DBE7A7

Tints of Tusk #DBE7A7

Color information

#DBE7A7 (or 0xDBE7A7) is unknown color: approx Tusk. HEX triplet: DB, E7 and A7. RGB value is (219,231,167). Sum of RGB (Red+Green+Blue) = 219+231+167=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 167 (65.62% from 255 or 27.07% from 617); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE7A7 is #241858. Grayscale: #DCDCDC. Windows color (decimal): -2365529 or 11003867. OLE color: 11003867.

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

Color convert

RGB219231167-
CMYK0.0500.280.09
HSL71.25º57.14%78.04%-
HSV(B)71.25º27.71%90.59%-
XYZ64.767547.62-
YUV220.1298.02127.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 167 (65.62% from 255) = 27.07%
R=35.49%
G=37.44%
B=27.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311670.0500.280.0971.2557.1478.04
HexDBE7A7501C947394e
Octal33334724750341110771116
Binary110110111110011110100111101011100100110001111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7A7; }

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

 H1.HeaderClassName
 {
   color: #DBE7A7;
 }
 .AnyTagClassName
 {
   color: #DBE7A7;
 }
</style>
background-color css

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

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

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

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

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

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