Shades of Spanish White #DCD2B7
Tints of Spanish White #DCD2B7
RGB
CMYK
RGB Variations
Color information
#DCD2B7 (or 0xDCD2B7) is known color: Spanish White. HEX triplet: DC, D2 and B7. RGB value is (220,210,183). Sum of RGB (Red+Green+Blue) = 220+210+183=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2B7 is #232D48. Grayscale: #D2D2D2. Windows color (decimal): -2305353 or 12047068. OLE color: 12047068.
HSL color Cylindrical-coordinate representation of color #DCD2B7: hue angle of 43.78º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCD2B7 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 210 | 183 | - |
CMYK | 0 | 0.05 | 0.17 | 0.14 |
HSL | 43.78º | 0.35% | 0.79% | - |
HSV(B) | 43.78º | 0.17% | 0.86% | - |
XYZ | 61.11 | 64.73 | 54.07 | - |
YUV | 209.91 | 112.81 | 135.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 210 | 183 | 0 | 0.05 | 0.17 | 0.14 | 43.78 | 0.35 | 0.79 |
Hex | DC | D2 | B7 | 0 | 5 | 11 | E | 2C | 23 | 4F |
Octal | 334 | 322 | 267 | 0 | 5 | 21 | 16 | 54 | 43 | 117 |
Binary | 11011100 | 11010010 | 10110111 | 0 | 101 | 10001 | 1110 | 101100 | 100011 | 1001111 |
Color Harmonies of #DCD2B7
Complementary color
Monochromatic Colors of #DCD2B7
Black with #DCD2B7
Text Example
Text Example
White with #DCD2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2B7; }
p { color: rgb(220,210,183); }
H1.HeaderClassName
{
color: #DCD2B7;
}
.AnyTagClassName
{
color: #DCD2B7;
}
</style>
background-color css
<style>
a { background-color: #DCD2B7; }
a { background-color: rgb(220,210,183); }
div.DivClassName
{
background-color: #DCD2B7;
}
.BgClassName
{
background-color: #DCD2B7;
}
</style>
border-color css
<style>
span { border-color: #DCD2B7; }
span { border-color: rgb(220,210,183); }
td.TdClassName
{
border-color: #DCD2B7;
}
.TagClassName
{
border-color: #DCD2B7;
}
</style>