#DCD1AF

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

Shades of Aths Special #DCD1AF

Tints of Aths Special #DCD1AF

Color information

#DCD1AF (or 0xDCD1AF) is unknown color: approx Aths Special. HEX triplet: DC, D1 and AF. RGB value is (220,209,175). Sum of RGB (Red+Green+Blue) = 220+209+175=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1AF is #232E50. Grayscale: #D0D0D0. Windows color (decimal): -2305617 or 11522524. OLE color: 11522524.

HSL color Cylindrical-coordinate representation of color #DCD1AF: hue angle of 45.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCD1AF is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220209175-
CMYK00.050.200.14
HSL45.33º39.13%77.45%-
HSV(B)45.33º20.45%86.27%-
XYZ60.0563.9149.73-
YUV208.41109.14136.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=36.42%
G=34.60%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020917500.050.200.1445.3339.1377.45
HexDCD1AF0514E2d274d
Octal3343212570524165547115
Binary11011100110100011010111101011010011101011011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1AF; }

 p { color: rgb(220,209,175); }

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

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

 a { background-color: rgb(220,209,175); }

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

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

 span { border-color: rgb(220,209,175); }

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