#DEDCB1

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

Shades of Tusk #DEDCB1

Tints of Tusk #DEDCB1

Color information

#DEDCB1 (or 0xDEDCB1) is unknown color: approx Tusk. HEX triplet: DE, DC and B1. RGB value is (222,220,177). Sum of RGB (Red+Green+Blue) = 222+220+177=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDCB1 is #21234E. Grayscale: #D7D7D7. Windows color (decimal): -2171727 or 11656414. OLE color: 11656414.

HSL color Cylindrical-coordinate representation of color #DEDCB1: hue angle of 57.33º degrees, saturation: 0.41, 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 #DEDCB1 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222220177-
CMYK00.010.200.13
HSL57.33º40.54%78.24%-
HSV(B)57.33º20.27%87.06%-
XYZ63.6569.8951.73-
YUV215.7106.16132.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 177 (69.53% from 255) = 28.59%
R=35.86%
G=35.54%
B=28.59%

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
Decimal22222017700.010.200.1357.3340.5478.24
HexDEDCB10114D39294e
Octal3363342610124157151116
Binary110111101101110010110001011010011011110011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCB1; }

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

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

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

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

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

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

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

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