#DCD0C1

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

Shades of Blanc #DCD0C1

Tints of Blanc #DCD0C1

Color information

#DCD0C1 (or 0xDCD0C1) is unknown color: approx Blanc. HEX triplet: DC, D0 and C1. RGB value is (220,208,193). Sum of RGB (Red+Green+Blue) = 220+208+193=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0C1 is #232F3E. Grayscale: #D1D1D1. Windows color (decimal): -2305855 or 12701916. OLE color: 12701916.

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

Color convert

RGB220208193-
CMYK00.050.120.14
HSL33.33º27.84%80.98%-
HSV(B)33.33º12.27%86.27%-
XYZ61.764.1859.59-
YUV209.88118.48135.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 208 (81.64% from 255) = 33.49%
BLUE value IS 193 (75.78% from 255) = 31.08%
R=35.43%
G=33.49%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020819300.050.120.1433.3327.8480.98
HexDCD0C105CE211c51
Octal3343203010514164134121
Binary110111001101000011000001010111001110100001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0C1; }

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

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

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

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

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

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

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

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