#DEDCB5

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

Shades of Tusk #DEDCB5

Tints of Tusk #DEDCB5

Color information

#DEDCB5 (or 0xDEDCB5) is unknown color: approx Tusk. HEX triplet: DE, DC and B5. RGB value is (222,220,181). Sum of RGB (Red+Green+Blue) = 222+220+181=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCB5 is #21234A. Grayscale: #D8D8D8. Windows color (decimal): -2171723 or 11918558. OLE color: 11918558.

HSL color Cylindrical-coordinate representation of color #DEDCB5: hue angle of 57.07º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEDCB5 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222220181-
CMYK00.010.180.13
HSL57.07º38.32%79.02%-
HSV(B)57.07º18.47%87.06%-
XYZ64.0670.0553.86-
YUV216.15108.16132.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 181 (71.09% from 255) = 29.05%
R=35.63%
G=35.31%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222018100.010.180.1357.0738.3279.02
HexDEDCB50112D39264f
Octal3363342650122157146117
Binary110111101101110010110101011001011011110011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCB5; }

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

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

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

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

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

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

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

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