#DCDCB3

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

Shades of Tusk #DCDCB3

Tints of Tusk #DCDCB3

Color information

#DCDCB3 (or 0xDCDCB3) is unknown color: approx Tusk. HEX triplet: DC, DC and B3. RGB value is (220,220,179). Sum of RGB (Red+Green+Blue) = 220+220+179=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCB3 is #23234C. Grayscale: #D7D7D7. Windows color (decimal): -2302797 or 11787484. OLE color: 11787484.

HSL color Cylindrical-coordinate representation of color #DCDCB3: hue angle of 60º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCDCB3 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220220179-
CMYK000.190.14
HSL60º36.94%78.24%-
HSV(B)60º18.64%86.27%-
XYZ63.2569.6652.76-
YUV215.33107.5131.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 179 (70.31% from 255) = 28.92%
R=35.54%
G=35.54%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220179000.190.146036.9478.24
HexDCDCB30013E3c254e
Octal3343342630023167445116
Binary110111001101110010110011001001111101111001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCB3; }

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

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

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

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

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

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

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

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