#DCD5D1

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

Shades of Bon Jour #DCD5D1

Tints of Bon Jour #DCD5D1

Color information

#DCD5D1 (or 0xDCD5D1) is unknown color: approx Bon Jour. HEX triplet: DC, D5 and D1. RGB value is (220,213,209). Sum of RGB (Red+Green+Blue) = 220+213+209=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5D1 is #232A2E. Grayscale: #D6D6D6. Windows color (decimal): -2304559 or 13751772. OLE color: 13751772.

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

Color convert

RGB220213209-
CMYK00.030.050.14
HSL21.82º13.58%84.12%-
HSV(B)21.82º5%86.27%-
XYZ64.8267.4169.92-
YUV214.64124.82131.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 213 (83.59% from 255) = 33.18%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=34.27%
G=33.18%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021320900.030.050.1421.8213.5884.12
HexDCD5D1035E16e54
Octal334325321035162616124
Binary11011100110101011101000101110111101011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5D1; }

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

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

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

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

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

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

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

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