#DCCFAC

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

Shades of Aths Special #DCCFAC

Tints of Aths Special #DCCFAC

Color information

#DCCFAC (or 0xDCCFAC) is unknown color: approx Aths Special. HEX triplet: DC, CF and AC. RGB value is (220,207,172). Sum of RGB (Red+Green+Blue) = 220+207+172=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFAC is #233053. Grayscale: #CFCFCF. Windows color (decimal): -2306132 or 11325404. OLE color: 11325404.

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

Color convert

RGB220207172-
CMYK00.060.220.14
HSL43.75º40.68%76.86%-
HSV(B)43.75º21.82%86.27%-
XYZ59.2762.8248.03-
YUV206.9108.31137.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 172 (67.58% from 255) = 28.71%
R=36.73%
G=34.56%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020717200.060.220.1443.7540.6876.86
HexDCCFAC0616E2c294d
Octal3343172540626165451115
Binary11011100110011111010110001101011011101011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFAC; }

 p { color: rgb(220,207,172); }

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

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

 a { background-color: rgb(220,207,172); }

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

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

 span { border-color: rgb(220,207,172); }

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