Shades of Spanish White #DFCBB1
Tints of Spanish White #DFCBB1
RGB
CMYK
RGB Variations
Color information
#DFCBB1 (or 0xDFCBB1) is known color: Spanish White. HEX triplet: DF, CB and B1. RGB value is (223,203,177). Sum of RGB (Red+Green+Blue) = 223+203+177=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBB1 is #20344E. Grayscale: #CECECE. Windows color (decimal): -2110543 or 11652063. OLE color: 11652063.
HSL color Cylindrical-coordinate representation of color #DFCBB1: hue angle of 33.91º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFCBB1 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 177 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.13 |
| HSL | 33.91º | 0.42% | 0.78% | - |
| HSV(B) | 33.91º | 0.21% | 0.87% | - |
| XYZ | 59.72 | 61.57 | 50.33 | - |
| YUV | 206.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 177 | 0 | 0.09 | 0.21 | 0.13 | 33.91 | 0.42 | 0.78 |
| Hex | DF | CB | B1 | 0 | 9 | 15 | D | 22 | 2A | 4E |
| Octal | 337 | 313 | 261 | 0 | 11 | 25 | 15 | 42 | 52 | 116 |
| Binary | 11011111 | 11001011 | 10110001 | 0 | 1001 | 10101 | 1101 | 100010 | 101010 | 1001110 |
Color Harmonies of #DFCBB1
Complementary color
Monochromatic Colors of #DFCBB1
Black with #DFCBB1
Text Example
Text Example
White with #DFCBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBB1; }
p { color: rgb(223,203,177); }
H1.HeaderClassName
{
color: #DFCBB1;
}
.AnyTagClassName
{
color: #DFCBB1;
}
</style>
background-color css
<style>
a { background-color: #DFCBB1; }
a { background-color: rgb(223,203,177); }
div.DivClassName
{
background-color: #DFCBB1;
}
.BgClassName
{
background-color: #DFCBB1;
}
</style>
border-color css
<style>
span { border-color: #DFCBB1; }
span { border-color: rgb(223,203,177); }
td.TdClassName
{
border-color: #DFCBB1;
}
.TagClassName
{
border-color: #DFCBB1;
}
</style>