#DCDEB9

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

Shades of Tusk #DCDEB9

Tints of Tusk #DCDEB9

Color information

#DCDEB9 (or 0xDCDEB9) is unknown color: approx Tusk. HEX triplet: DC, DE and B9. RGB value is (220,222,185). Sum of RGB (Red+Green+Blue) = 220+222+185=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEB9 is #232146. Grayscale: #D9D9D9. Windows color (decimal): -2302279 or 12181212. OLE color: 12181212.

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

Color convert

RGB220222185-
CMYK0.0100.170.13
HSL63.24º35.92%79.8%-
HSV(B)63.24º16.67%87.06%-
XYZ64.3970.9656.2-
YUV217.18109.84130.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 185 (72.66% from 255) = 29.51%
R=35.09%
G=35.41%
B=29.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221850.0100.170.1363.2435.9279.8
HexDCDEB91011D3f2450
Octal3343362711021157744120
Binary110111001101111010111001101000111011111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEB9; }

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

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

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

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

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

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

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

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