#DEDCB3

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

Shades of Tusk #DEDCB3

Tints of Tusk #DEDCB3

Color information

#DEDCB3 (or 0xDEDCB3) is unknown color: approx Tusk. HEX triplet: DE, DC and B3. RGB value is (222,220,179). Sum of RGB (Red+Green+Blue) = 222+220+179=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCB3 is #21234C. Grayscale: #D8D8D8. Windows color (decimal): -2171725 or 11787486. OLE color: 11787486.

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

Color convert

RGB222220179-
CMYK00.010.190.13
HSL57.21º39.45%78.63%-
HSV(B)57.21º19.37%87.06%-
XYZ63.8569.9752.79-
YUV215.92107.16132.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 179 (70.31% from 255) = 28.82%
R=35.75%
G=35.43%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222017900.010.190.1357.2139.4578.63
HexDEDCB30113D39274f
Octal3363342630123157147117
Binary110111101101110010110011011001111011110011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCB3; }

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

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

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

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

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

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

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

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