Shades of Spanish White #DCD2B9
Tints of Spanish White #DCD2B9
RGB
CMYK
RGB Variations
Color information
#DCD2B9 (or 0xDCD2B9) is known color: Spanish White. HEX triplet: DC, D2 and B9. RGB value is (220,210,185). Sum of RGB (Red+Green+Blue) = 220+210+185=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2B9 is #232D46. Grayscale: #D2D2D2. Windows color (decimal): -2305351 or 12178140. OLE color: 12178140.
HSL color Cylindrical-coordinate representation of color #DCD2B9: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD2B9 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 210 | 185 | - |
CMYK | 0 | 0.05 | 0.16 | 0.14 |
HSL | 42.86º | 0.33% | 0.79% | - |
HSV(B) | 42.86º | 0.16% | 0.86% | - |
XYZ | 61.32 | 64.81 | 55.18 | - |
YUV | 210.14 | 113.81 | 135.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 210 | 185 | 0 | 0.05 | 0.16 | 0.14 | 42.86 | 0.33 | 0.79 |
Hex | DC | D2 | B9 | 0 | 5 | 10 | E | 2B | 21 | 4F |
Octal | 334 | 322 | 271 | 0 | 5 | 20 | 16 | 53 | 41 | 117 |
Binary | 11011100 | 11010010 | 10111001 | 0 | 101 | 10000 | 1110 | 101011 | 100001 | 1001111 |
Color Harmonies of #DCD2B9
Complementary color
Monochromatic Colors of #DCD2B9
Black with #DCD2B9
Text Example
Text Example
White with #DCD2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2B9; }
p { color: rgb(220,210,185); }
H1.HeaderClassName
{
color: #DCD2B9;
}
.AnyTagClassName
{
color: #DCD2B9;
}
</style>
background-color css
<style>
a { background-color: #DCD2B9; }
a { background-color: rgb(220,210,185); }
div.DivClassName
{
background-color: #DCD2B9;
}
.BgClassName
{
background-color: #DCD2B9;
}
</style>
border-color css
<style>
span { border-color: #DCD2B9; }
span { border-color: rgb(220,210,185); }
td.TdClassName
{
border-color: #DCD2B9;
}
.TagClassName
{
border-color: #DCD2B9;
}
</style>