#DEDCB2

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

Shades of Tusk #DEDCB2

Tints of Tusk #DEDCB2

Color information

#DEDCB2 (or 0xDEDCB2) is unknown color: approx Tusk. HEX triplet: DE, DC and B2. RGB value is (222,220,178). Sum of RGB (Red+Green+Blue) = 222+220+178=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDCB2 is #21234D. Grayscale: #D7D7D7. Windows color (decimal): -2171726 or 11721950. OLE color: 11721950.

HSL color Cylindrical-coordinate representation of color #DEDCB2: hue angle of 57.27º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEDCB2 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222220178-
CMYK00.010.200.13
HSL57.27º40%78.43%-
HSV(B)57.27º19.82%87.06%-
XYZ63.7569.9352.26-
YUV215.81106.66132.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 178 (69.92% from 255) = 28.71%
R=35.81%
G=35.48%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222017800.010.200.1357.274078.43
HexDEDCB20114D39284e
Octal3363342620124157150116
Binary110111101101110010110010011010011011110011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCB2; }

 p { color: rgb(222,220,178); }

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

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

 a { background-color: rgb(222,220,178); }

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

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

 span { border-color: rgb(222,220,178); }

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