Shades of Spanish White #DFCCB7
Tints of Spanish White #DFCCB7
RGB
CMYK
RGB Variations
Color information
#DFCCB7 (or 0xDFCCB7) is known color: Spanish White. HEX triplet: DF, CC and B7. RGB value is (223,204,183). Sum of RGB (Red+Green+Blue) = 223+204+183=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCB7 is #203348. Grayscale: #CFCFCF. Windows color (decimal): -2110281 or 12045535. OLE color: 12045535.
HSL color Cylindrical-coordinate representation of color #DFCCB7: hue angle of 31.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFCCB7 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 204 | 183 | - |
CMYK | 0 | 0.09 | 0.18 | 0.13 |
HSL | 31.5º | 0.38% | 0.8% | - |
HSV(B) | 31.5º | 0.18% | 0.87% | - |
XYZ | 60.57 | 62.29 | 53.63 | - |
YUV | 207.29 | 114.29 | 139.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 183 | 0 | 0.09 | 0.18 | 0.13 | 31.5 | 0.38 | 0.8 |
Hex | DF | CC | B7 | 0 | 9 | 12 | D | 1F | 26 | 50 |
Octal | 337 | 314 | 267 | 0 | 11 | 22 | 15 | 37 | 46 | 120 |
Binary | 11011111 | 11001100 | 10110111 | 0 | 1001 | 10010 | 1101 | 11111 | 100110 | 1010000 |
Color Harmonies of #DFCCB7
Complementary color
Monochromatic Colors of #DFCCB7
Black with #DFCCB7
Text Example
Text Example
White with #DFCCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCB7; }
p { color: rgb(223,204,183); }
H1.HeaderClassName
{
color: #DFCCB7;
}
.AnyTagClassName
{
color: #DFCCB7;
}
</style>
background-color css
<style>
a { background-color: #DFCCB7; }
a { background-color: rgb(223,204,183); }
div.DivClassName
{
background-color: #DFCCB7;
}
.BgClassName
{
background-color: #DFCCB7;
}
</style>
border-color css
<style>
span { border-color: #DFCCB7; }
span { border-color: rgb(223,204,183); }
td.TdClassName
{
border-color: #DFCCB7;
}
.TagClassName
{
border-color: #DFCCB7;
}
</style>