#DCD1BD

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

Shades of Blanc #DCD1BD

Tints of Blanc #DCD1BD

Color information

#DCD1BD (or 0xDCD1BD) is unknown color: approx Blanc. HEX triplet: DC, D1 and BD. RGB value is (220,209,189). Sum of RGB (Red+Green+Blue) = 220+209+189=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1BD is #232E42. Grayscale: #D2D2D2. Windows color (decimal): -2305603 or 12440028. OLE color: 12440028.

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

Color convert

RGB220209189-
CMYK00.050.140.14
HSL38.71º30.69%80.2%-
HSV(B)38.71º14.09%86.27%-
XYZ61.564.4957.35-
YUV210.01116.14135.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 209 (82.03% from 255) = 33.82%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=35.60%
G=33.82%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020918900.050.140.1438.7130.6980.2
HexDCD1BD05EE271f50
Octal3343212750516164737120
Binary110111001101000110111101010111101110100111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1BD; }

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

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

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

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

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

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

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

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