#DCDCB7

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

Shades of Tusk #DCDCB7

Tints of Tusk #DCDCB7

Color information

#DCDCB7 (or 0xDCDCB7) is unknown color: approx Tusk. HEX triplet: DC, DC and B7. RGB value is (220,220,183). Sum of RGB (Red+Green+Blue) = 220+220+183=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCB7 is #232348. Grayscale: #D7D7D7. Windows color (decimal): -2302793 or 12049628. OLE color: 12049628.

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

Color convert

RGB220220183-
CMYK000.170.14
HSL60º34.58%79.02%-
HSV(B)60º16.82%86.27%-
XYZ63.6669.8254.92-
YUV215.78109.5131.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 183 (71.88% from 255) = 29.37%
R=35.31%
G=35.31%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220183000.170.146034.5879.02
HexDCDCB70011E3c234f
Octal3343342670021167443117
Binary110111001101110010110111001000111101111001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCB7; }

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

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

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

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

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

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

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

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