#DCCDAD

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

Shades of Aths Special #DCCDAD

Tints of Aths Special #DCCDAD

Color information

#DCCDAD (or 0xDCCDAD) is unknown color: approx Aths Special. HEX triplet: DC, CD and AD. RGB value is (220,205,173). Sum of RGB (Red+Green+Blue) = 220+205+173=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDAD is #233252. Grayscale: #CDCDCD. Windows color (decimal): -2306643 or 11390428. OLE color: 11390428.

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

Color convert

RGB220205173-
CMYK00.070.210.14
HSL40.85º40.17%77.06%-
HSV(B)40.85º21.36%86.27%-
XYZ58.8961.948.38-
YUV205.84109.47138.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 173 (67.97% from 255) = 28.93%
R=36.79%
G=34.28%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020517300.070.210.1440.8540.1777.06
HexDCCDAD0715E29284d
Octal3343152550725165150115
Binary11011100110011011010110101111010111101010011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDAD; }

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

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

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

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

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

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

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

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