#DDDCAF

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

Shades of Tusk #DDDCAF

Tints of Tusk #DDDCAF

Color information

#DDDCAF (or 0xDDDCAF) is unknown color: approx Tusk. HEX triplet: DD, DC and AF. RGB value is (221,220,175). Sum of RGB (Red+Green+Blue) = 221+220+175=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCAF is #222350. Grayscale: #D7D7D7. Windows color (decimal): -2237265 or 11525341. OLE color: 11525341.

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

Color convert

RGB221220175-
CMYK00.000.210.13
HSL58.7º40.35%77.65%-
HSV(B)58.7º20.81%86.67%-
XYZ63.1569.6550.67-
YUV215.17105.33132.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=35.88%
G=35.71%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122017500.000.210.1358.740.3577.65
HexDDDCAF0015D3b284e
Octal3353342570025157350116
Binary110111011101110010101111001010111011110111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCAF; }

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

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

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

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

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

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

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

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