#DEDFA5

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

Shades of Tusk #DEDFA5

Tints of Tusk #DEDFA5

Color information

#DEDFA5 (or 0xDEDFA5) is unknown color: approx Tusk. HEX triplet: DE, DF and A5. RGB value is (222,223,165). Sum of RGB (Red+Green+Blue) = 222+223+165=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDFA5 is #21205A. Grayscale: #D8D8D8. Windows color (decimal): -2170971 or 10870750. OLE color: 10870750.

HSL color Cylindrical-coordinate representation of color #DEDFA5: hue angle of 61.03º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEDFA5 is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB222223165-
CMYK0.0000.260.13
HSL61.03º47.54%76.08%-
HSV(B)61.03º26.01%87.45%-
XYZ63.371.0245.97-
YUV216.0999.17132.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.39%
GREEN value IS 223 (87.5% from 255) = 36.56%
BLUE value IS 165 (64.84% from 255) = 27.05%
R=36.39%
G=36.56%
B=27.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222231650.0000.260.1361.0347.5476.08
HexDEDFA5001AD3d304c
Octal3363372450032157560114
Binary110111101101111110100101001101011011111011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFA5; }

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

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

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

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

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

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

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

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