#DDD0AD

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

Shades of Aths Special #DDD0AD

Tints of Aths Special #DDD0AD

Color information

#DDD0AD (or 0xDDD0AD) is unknown color: approx Aths Special. HEX triplet: DD, D0 and AD. RGB value is (221,208,173). Sum of RGB (Red+Green+Blue) = 221+208+173=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0AD is #222F52. Grayscale: #D0D0D0. Windows color (decimal): -2240339 or 11391197. OLE color: 11391197.

HSL color Cylindrical-coordinate representation of color #DDD0AD: hue angle of 43.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDD0AD is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221208173-
CMYK00.060.220.13
HSL43.75º41.38%77.25%-
HSV(B)43.75º21.72%86.67%-
XYZ59.9263.548.63-
YUV207.9108.31137.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 208 (81.64% from 255) = 34.55%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=36.71%
G=34.55%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120817300.060.220.1343.7541.3877.25
HexDDD0AD0616D2c294d
Octal3353202550626155451115
Binary11011101110100001010110101101011011011011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0AD; }

 p { color: rgb(221,208,173); }

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

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

 a { background-color: rgb(221,208,173); }

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

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

 span { border-color: rgb(221,208,173); }

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