Shades of Spanish White #DFCDAB
Tints of Spanish White #DFCDAB
RGB
CMYK
RGB Variations
Color information
#DFCDAB (or 0xDFCDAB) is known color: Spanish White. HEX triplet: DF, CD and AB. RGB value is (223,205,171). Sum of RGB (Red+Green+Blue) = 223+205+171=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDAB is #203254. Grayscale: #CECECE. Windows color (decimal): -2110037 or 11259359. OLE color: 11259359.
HSL color Cylindrical-coordinate representation of color #DFCDAB: hue angle of 39.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFCDAB is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 171 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.13 |
| HSL | 39.23º | 0.45% | 0.77% | - |
| HSV(B) | 39.23º | 0.23% | 0.87% | - |
| XYZ | 59.61 | 62.29 | 47.41 | - |
| YUV | 206.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 171 | 0 | 0.08 | 0.23 | 0.13 | 39.23 | 0.45 | 0.77 |
| Hex | DF | CD | AB | 0 | 8 | 17 | D | 27 | 2D | 4D |
| Octal | 337 | 315 | 253 | 0 | 10 | 27 | 15 | 47 | 55 | 115 |
| Binary | 11011111 | 11001101 | 10101011 | 0 | 1000 | 10111 | 1101 | 100111 | 101101 | 1001101 |
Color Harmonies of #DFCDAB
Complementary color
Monochromatic Colors of #DFCDAB
Black with #DFCDAB
Text Example
Text Example
White with #DFCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDAB; }
p { color: rgb(223,205,171); }
H1.HeaderClassName
{
color: #DFCDAB;
}
.AnyTagClassName
{
color: #DFCDAB;
}
</style>
background-color css
<style>
a { background-color: #DFCDAB; }
a { background-color: rgb(223,205,171); }
div.DivClassName
{
background-color: #DFCDAB;
}
.BgClassName
{
background-color: #DFCDAB;
}
</style>
border-color css
<style>
span { border-color: #DFCDAB; }
span { border-color: rgb(223,205,171); }
td.TdClassName
{
border-color: #DFCDAB;
}
.TagClassName
{
border-color: #DFCDAB;
}
</style>