#DCD0AD

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

Shades of Aths Special #DCD0AD

Tints of Aths Special #DCD0AD

Color information

#DCD0AD (or 0xDCD0AD) is unknown color: approx Aths Special. HEX triplet: DC, D0 and AD. RGB value is (220,208,173). Sum of RGB (Red+Green+Blue) = 220+208+173=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0AD is #232F52. Grayscale: #CFCFCF. Windows color (decimal): -2305875 or 11391196. OLE color: 11391196.

HSL color Cylindrical-coordinate representation of color #DCD0AD: hue angle of 44.68º 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 #DCD0AD is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220208173-
CMYK00.050.210.14
HSL44.68º40.17%77.06%-
HSV(B)44.68º21.36%86.27%-
XYZ59.6163.3448.62-
YUV207.6108.48136.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=36.61%
G=34.61%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020817300.050.210.1444.6840.1777.06
HexDCD0AD0515E2d284d
Octal3343202550525165550115
Binary11011100110100001010110101011010111101011011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0AD; }

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

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

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

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

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

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

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

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