#DCCDA9

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

Shades of Aths Special #DCCDA9

Tints of Aths Special #DCCDA9

Color information

#DCCDA9 (or 0xDCCDA9) is unknown color: approx Aths Special. HEX triplet: DC, CD and A9. RGB value is (220,205,169). Sum of RGB (Red+Green+Blue) = 220+205+169=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 169 (66.41% from 255 or 28.45% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDA9 is #233256. Grayscale: #CDCDCD. Windows color (decimal): -2306647 or 11128284. OLE color: 11128284.

HSL color Cylindrical-coordinate representation of color #DCCDA9: hue angle of 42.35º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCCDA9 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220205169-
CMYK00.070.230.14
HSL42.35º42.15%76.27%-
HSV(B)42.35º23.18%86.27%-
XYZ58.5161.7446.37-
YUV205.38107.47138.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 169 (66.41% from 255) = 28.45%
R=37.04%
G=34.51%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020516900.070.230.1442.3542.1576.27
HexDCCDA90717E2a2a4c
Octal3343152510727165252114
Binary11011100110011011010100101111011111101010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDA9; }

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

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

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

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

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

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

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

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