#DDDCB5

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

Shades of Tusk #DDDCB5

Tints of Tusk #DDDCB5

Color information

#DDDCB5 (or 0xDDDCB5) is unknown color: approx Tusk. HEX triplet: DD, DC and B5. RGB value is (221,220,181). Sum of RGB (Red+Green+Blue) = 221+220+181=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCB5 is #22234A. Grayscale: #D8D8D8. Windows color (decimal): -2237259 or 11918557. OLE color: 11918557.

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

Color convert

RGB221220181-
CMYK00.000.180.13
HSL58.5º37.04%78.82%-
HSV(B)58.5º18.1%86.67%-
XYZ63.7569.8953.85-
YUV215.85108.33131.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 181 (71.09% from 255) = 29.10%
R=35.53%
G=35.37%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122018100.000.180.1358.537.0478.82
HexDDDCB50012D3a254f
Octal3353342650022157245117
Binary110111011101110010110101001001011011110101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCB5; }

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

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

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

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

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

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

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

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