#DDCCAC

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

Shades of Aths Special #DDCCAC

Tints of Aths Special #DDCCAC

Color information

#DDCCAC (or 0xDDCCAC) is unknown color: approx Aths Special. HEX triplet: DD, CC and AC. RGB value is (221,204,172). Sum of RGB (Red+Green+Blue) = 221+204+172=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCAC is #223353. Grayscale: #CDCDCD. Windows color (decimal): -2241364 or 11324637. OLE color: 11324637.

HSL color Cylindrical-coordinate representation of color #DDCCAC: hue angle of 39.18º degrees, saturation: 0.42, 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 #DDCCAC is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221204172-
CMYK00.080.220.13
HSL39.18º41.88%77.06%-
HSV(B)39.18º22.17%86.67%-
XYZ58.8661.5447.81-
YUV205.44109.13139.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 172 (67.58% from 255) = 28.81%
R=37.02%
G=34.17%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120417200.080.220.1339.1841.8877.06
HexDDCCAC0816D272a4d
Octal33531425401026154752115
Binary110111011100110010101100010001011011011001111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCAC; }

 p { color: rgb(221,204,172); }

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

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

 a { background-color: rgb(221,204,172); }

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

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

 span { border-color: rgb(221,204,172); }

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