#DCCBAD

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

Shades of Aths Special #DCCBAD

Tints of Aths Special #DCCBAD

Color information

#DCCBAD (or 0xDCCBAD) is unknown color: approx Aths Special. HEX triplet: DC, CB and AD. RGB value is (220,203,173). Sum of RGB (Red+Green+Blue) = 220+203+173=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBAD is #233452. Grayscale: #CCCCCC. Windows color (decimal): -2307155 or 11389916. OLE color: 11389916.

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

Color convert

RGB220203173-
CMYK00.080.210.14
HSL38.3º40.17%77.06%-
HSV(B)38.3º21.36%86.27%-
XYZ58.4160.9448.22-
YUV204.66110.13138.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 203 (79.69% from 255) = 34.06%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=36.91%
G=34.06%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020317300.080.210.1438.340.1777.06
HexDCCBAD0815E26284d
Octal33431325501025164650115
Binary110111001100101110101101010001010111101001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBAD; }

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

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

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

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

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

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

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

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