#DCDCAE

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

Shades of Tusk #DCDCAE

Tints of Tusk #DCDCAE

Color information

#DCDCAE (or 0xDCDCAE) is unknown color: approx Tusk. HEX triplet: DC, DC and AE. RGB value is (220,220,174). Sum of RGB (Red+Green+Blue) = 220+220+174=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCAE is #232351. Grayscale: #D6D6D6. Windows color (decimal): -2302802 or 11459804. OLE color: 11459804.

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

Color convert

RGB220220174-
CMYK000.210.14
HSL60º39.66%77.25%-
HSV(B)60º20.91%86.27%-
XYZ62.7569.4650.14-
YUV214.76105131.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=35.83%
G=35.83%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220174000.210.146039.6677.25
HexDCDCAE0015E3c284d
Octal3343342560025167450115
Binary110111001101110010101110001010111101111001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCAE; }

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

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

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

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

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

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

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

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