Shades of Blanc #DCD0BE
Tints of Blanc #DCD0BE
RGB
CMYK
RGB Variations
Color information
#DCD0BE (or 0xDCD0BE) is known color: Blanc. HEX triplet: DC, D0 and BE. RGB value is (220,208,190). Sum of RGB (Red+Green+Blue) = 220+208+190=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0BE is #232F41. Grayscale: #D1D1D1. Windows color (decimal): -2305858 or 12505308. OLE color: 12505308.
HSL color Cylindrical-coordinate representation of color #DCD0BE: hue angle of 36º degrees, saturation: 0.3, 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 #DCD0BE is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 190 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.14 |
| HSL | 36º | 0.3% | 0.8% | - |
| HSV(B) | 36º | 0.14% | 0.86% | - |
| XYZ | 61.37 | 64.05 | 57.84 | - |
| YUV | 209.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 190 | 0 | 0.05 | 0.14 | 0.14 | 36 | 0.3 | 0.8 |
| Hex | DC | D0 | BE | 0 | 5 | E | E | 24 | 1E | 50 |
| Octal | 334 | 320 | 276 | 0 | 5 | 16 | 16 | 44 | 36 | 120 |
| Binary | 11011100 | 11010000 | 10111110 | 0 | 101 | 1110 | 1110 | 100100 | 11110 | 1010000 |
Color Harmonies of #DCD0BE
Complementary color
Monochromatic Colors of #DCD0BE
Black with #DCD0BE
Text Example
Text Example
White with #DCD0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0BE; }
p { color: rgb(220,208,190); }
H1.HeaderClassName
{
color: #DCD0BE;
}
.AnyTagClassName
{
color: #DCD0BE;
}
</style>
background-color css
<style>
a { background-color: #DCD0BE; }
a { background-color: rgb(220,208,190); }
div.DivClassName
{
background-color: #DCD0BE;
}
.BgClassName
{
background-color: #DCD0BE;
}
</style>
border-color css
<style>
span { border-color: #DCD0BE; }
span { border-color: rgb(220,208,190); }
td.TdClassName
{
border-color: #DCD0BE;
}
.TagClassName
{
border-color: #DCD0BE;
}
</style>