#DCD3C3

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

Shades of Blanc #DCD3C3

Tints of Blanc #DCD3C3

Color information

#DCD3C3 (or 0xDCD3C3) is unknown color: approx Blanc. HEX triplet: DC, D3 and C3. RGB value is (220,211,195). Sum of RGB (Red+Green+Blue) = 220+211+195=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 195 (76.56% from 255 or 31.15% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3C3 is #232C3C. Grayscale: #D3D3D3. Windows color (decimal): -2305085 or 12833756. OLE color: 12833756.

HSL color Cylindrical-coordinate representation of color #DCD3C3: hue angle of 38.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD3C3 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220211195-
CMYK00.040.110.14
HSL38.4º26.32%81.37%-
HSV(B)38.4º11.36%86.27%-
XYZ62.6665.7461.02-
YUV211.87118.48133.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 211 (82.81% from 255) = 33.71%
BLUE value IS 195 (76.56% from 255) = 31.15%
R=35.14%
G=33.71%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021119500.040.110.1438.426.3281.37
HexDCD3C304BE261a51
Octal3343233030413164632121
Binary110111001101001111000011010010111110100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3C3; }

 p { color: rgb(220,211,195); }

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

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

 a { background-color: rgb(220,211,195); }

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

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

 span { border-color: rgb(220,211,195); }

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