#DDDCB0

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

Shades of Tusk #DDDCB0

Tints of Tusk #DDDCB0

Color information

#DDDCB0 (or 0xDDDCB0) is unknown color: approx Tusk. HEX triplet: DD, DC and B0. RGB value is (221,220,176). Sum of RGB (Red+Green+Blue) = 221+220+176=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCB0 is #22234F. Grayscale: #D7D7D7. Windows color (decimal): -2237264 or 11590877. OLE color: 11590877.

HSL color Cylindrical-coordinate representation of color #DDDCB0: hue angle of 58.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDDCB0 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221220176-
CMYK00.000.200.13
HSL58.67º39.82%77.84%-
HSV(B)58.67º20.36%86.67%-
XYZ63.2569.6951.19-
YUV215.28105.83132.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 176 (69.14% from 255) = 28.53%
R=35.82%
G=35.66%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122017600.000.200.1358.6739.8277.84
HexDDDCB00014D3b284e
Octal3353342600024157350116
Binary110111011101110010110000001010011011110111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCB0; }

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

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

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

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

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

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

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

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