#DDCDAA

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

Shades of Aths Special #DDCDAA

Tints of Aths Special #DDCDAA

Color information

#DDCDAA (or 0xDDCDAA) is unknown color: approx Aths Special. HEX triplet: DD, CD and AA. RGB value is (221,205,170). Sum of RGB (Red+Green+Blue) = 221+205+170=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDAA is #223255. Grayscale: #CDCDCD. Windows color (decimal): -2241110 or 11193821. OLE color: 11193821.

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

Color convert

RGB221205170-
CMYK00.070.230.13
HSL41.18º42.86%76.67%-
HSV(B)41.18º23.08%86.67%-
XYZ58.9161.9446.88-
YUV205.79107.8138.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 170 (66.80% from 255) = 28.52%
R=37.08%
G=34.40%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120517000.070.230.1341.1842.8676.67
HexDDCDAA0717D292b4d
Octal3353152520727155153115
Binary11011101110011011010101001111011111011010011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDAA; }

 p { color: rgb(221,205,170); }

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

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

 a { background-color: rgb(221,205,170); }

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

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

 span { border-color: rgb(221,205,170); }

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