#DDDCB4

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

Shades of Tusk #DDDCB4

Tints of Tusk #DDDCB4

Color information

#DDDCB4 (or 0xDDDCB4) is unknown color: approx Tusk. HEX triplet: DD, DC and B4. RGB value is (221,220,180). Sum of RGB (Red+Green+Blue) = 221+220+180=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCB4 is #22234B. Grayscale: #D7D7D7. Windows color (decimal): -2237260 or 11853021. OLE color: 11853021.

HSL color Cylindrical-coordinate representation of color #DDDCB4: hue angle of 58.54º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDDCB4 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221220180-
CMYK00.000.190.13
HSL58.54º37.61%78.63%-
HSV(B)58.54º18.55%86.67%-
XYZ63.6569.8553.31-
YUV215.74107.83131.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 180 (70.70% from 255) = 28.99%
R=35.59%
G=35.43%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122018000.000.190.1358.5437.6178.63
HexDDDCB40013D3b264f
Octal3353342640023157346117
Binary110111011101110010110100001001111011110111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCB4; }

 p { color: rgb(221,220,180); }

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

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

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

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

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

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

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