#DEDFA4

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

Shades of Tusk #DEDFA4

Tints of Tusk #DEDFA4

Color information

#DEDFA4 (or 0xDEDFA4) is unknown color: approx Tusk. HEX triplet: DE, DF and A4. RGB value is (222,223,164). Sum of RGB (Red+Green+Blue) = 222+223+164=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 164 (64.45% from 255 or 26.93% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDFA4 is #21205B. Grayscale: #D8D8D8. Windows color (decimal): -2170972 or 10805214. OLE color: 10805214.

HSL color Cylindrical-coordinate representation of color #DEDFA4: hue angle of 61.02º 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 #DEDFA4 is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB222223164-
CMYK0.0000.260.13
HSL61.02º47.97%75.88%-
HSV(B)61.02º26.46%87.45%-
XYZ63.2170.9945.49-
YUV215.9898.67132.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 223 (87.5% from 255) = 36.62%
BLUE value IS 164 (64.45% from 255) = 26.93%
R=36.45%
G=36.62%
B=26.93%

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
Decimal2222231640.0000.260.1361.0247.9775.88
HexDEDFA4001AD3d304c
Octal3363372440032157560114
Binary110111101101111110100100001101011011111011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFA4; }

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

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

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

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

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

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

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

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