#DCD0BD

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

Shades of Blanc #DCD0BD

Tints of Blanc #DCD0BD

Color information

#DCD0BD (or 0xDCD0BD) is unknown color: approx Blanc. HEX triplet: DC, D0 and BD. RGB value is (220,208,189). Sum of RGB (Red+Green+Blue) = 220+208+189=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0BD is #232F42. Grayscale: #D1D1D1. Windows color (decimal): -2305859 or 12439772. OLE color: 12439772.

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

Color convert

RGB220208189-
CMYK00.050.140.14
HSL36.77º30.69%80.2%-
HSV(B)36.77º14.09%86.27%-
XYZ61.266457.27-
YUV209.42116.48135.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=35.66%
G=33.71%
B=30.63%

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
Decimal22020818900.050.140.1436.7730.6980.2
HexDCD0BD05EE251f50
Octal3343202750516164537120
Binary110111001101000010111101010111101110100101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0BD; }

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

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

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

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

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

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

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

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