#DCD2C1

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

Shades of Blanc #DCD2C1

Tints of Blanc #DCD2C1

Color information

#DCD2C1 (or 0xDCD2C1) is unknown color: approx Blanc. HEX triplet: DC, D2 and C1. RGB value is (220,210,193). Sum of RGB (Red+Green+Blue) = 220+210+193=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2C1 is #232D3E. Grayscale: #D3D3D3. Windows color (decimal): -2305343 or 12702428. OLE color: 12702428.

HSL color Cylindrical-coordinate representation of color #DCD2C1: hue angle of 37.78º 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 #DCD2C1 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB220210193-
CMYK00.050.120.14
HSL37.78º27.84%80.98%-
HSV(B)37.78º12.27%86.27%-
XYZ62.1965.1659.75-
YUV211.05117.81134.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 210 (82.42% from 255) = 33.71%
BLUE value IS 193 (75.78% from 255) = 30.98%
R=35.31%
G=33.71%
B=30.98%

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
Decimal22021019300.050.120.1437.7827.8480.98
HexDCD2C105CE261c51
Octal3343223010514164634121
Binary110111001101001011000001010111001110100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2C1; }

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

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

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

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

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

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

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

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