#DFEBA5

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

Shades of Tusk #DFEBA5

Tints of Tusk #DFEBA5

Color information

#DFEBA5 (or 0xDFEBA5) is unknown color: approx Tusk. HEX triplet: DF, EB and A5. RGB value is (223,235,165). Sum of RGB (Red+Green+Blue) = 223+235+165=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 165 (64.84% from 255 or 26.48% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBA5 is #20145A. Grayscale: #DFDFDF. Windows color (decimal): -2102363 or 10873823. OLE color: 10873823.

HSL color Cylindrical-coordinate representation of color #DFEBA5: hue angle of 70.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFEBA5 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB223235165-
CMYK0.0500.300.08
HSL70.29º63.64%78.43%-
HSV(B)70.29º29.79%92.16%-
XYZ66.9377.8247.09-
YUV223.4395.02127.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 165 (64.84% from 255) = 26.48%
R=35.79%
G=37.72%
B=26.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351650.0500.300.0870.2963.6478.43
HexDFEBA5501E846404e
Octal337353245503610106100116
Binary1101111111101011101001011010111101000100011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBA5; }

 p { color: rgb(223,235,165); }

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

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

 a { background-color: rgb(223,235,165); }

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

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

 span { border-color: rgb(223,235,165); }

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