#DCD0B0

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

Shades of Aths Special #DCD0B0

Tints of Aths Special #DCD0B0

Color information

#DCD0B0 (or 0xDCD0B0) is unknown color: approx Aths Special. HEX triplet: DC, D0 and B0. RGB value is (220,208,176). Sum of RGB (Red+Green+Blue) = 220+208+176=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0B0 is #232F4F. Grayscale: #D0D0D0. Windows color (decimal): -2305872 or 11587804. OLE color: 11587804.

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

Color convert

RGB220208176-
CMYK00.050.20.14
HSL43.64º38.6%77.65%-
HSV(B)43.64º20%86.27%-
XYZ59.9163.4650.17-
YUV207.94109.98136.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 176 (69.14% from 255) = 29.14%
R=36.42%
G=34.44%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020817600.050.20.1443.6438.677.65
HexDCD0B00514E2c274e
Octal3343202600524165447116
Binary11011100110100001011000001011010011101011001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0B0; }

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

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

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

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

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

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

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

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