#DDCDA9

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

Shades of Aths Special #DDCDA9

Tints of Aths Special #DDCDA9

Color information

#DDCDA9 (or 0xDDCDA9) is unknown color: approx Aths Special. HEX triplet: DD, CD and A9. RGB value is (221,205,169). Sum of RGB (Red+Green+Blue) = 221+205+169=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDA9 is #223256. Grayscale: #CDCDCD. Windows color (decimal): -2241111 or 11128285. OLE color: 11128285.

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

Color convert

RGB221205169-
CMYK00.070.240.13
HSL41.54º43.33%76.47%-
HSV(B)41.54º23.53%86.67%-
XYZ58.8161.946.38-
YUV205.68107.3138.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 169 (66.41% from 255) = 28.40%
R=37.14%
G=34.45%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120516900.070.240.1341.5443.3376.47
HexDDCDA90718D2a2b4c
Octal3353152510730155253114
Binary11011101110011011010100101111100011011010101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDA9; }

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

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

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

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

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

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

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

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