Shades of Spanish White #DACFB4
Tints of Spanish White #DACFB4
RGB
CMYK
RGB Variations
Color information
#DACFB4 (or 0xDACFB4) is known color: Spanish White. HEX triplet: DA, CF and B4. RGB value is (218,207,180). Sum of RGB (Red+Green+Blue) = 218+207+180=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFB4 is #25304B. Grayscale: #CFCFCF. Windows color (decimal): -2437196 or 11849690. OLE color: 11849690.
HSL color Cylindrical-coordinate representation of color #DACFB4: hue angle of 42.63º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DACFB4 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 207 | 180 | - |
CMYK | 0 | 0.05 | 0.17 | 0.15 |
HSL | 42.63º | 0.34% | 0.78% | - |
HSV(B) | 42.63º | 0.17% | 0.85% | - |
XYZ | 59.46 | 62.83 | 52.17 | - |
YUV | 207.21 | 112.64 | 135.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 207 | 180 | 0 | 0.05 | 0.17 | 0.15 | 42.63 | 0.34 | 0.78 |
Hex | DA | CF | B4 | 0 | 5 | 11 | F | 2B | 22 | 4E |
Octal | 332 | 317 | 264 | 0 | 5 | 21 | 17 | 53 | 42 | 116 |
Binary | 11011010 | 11001111 | 10110100 | 0 | 101 | 10001 | 1111 | 101011 | 100010 | 1001110 |
Color Harmonies of #DACFB4
Complementary color
Monochromatic Colors of #DACFB4
Black with #DACFB4
Text Example
Text Example
White with #DACFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFB4; }
p { color: rgb(218,207,180); }
H1.HeaderClassName
{
color: #DACFB4;
}
.AnyTagClassName
{
color: #DACFB4;
}
</style>
background-color css
<style>
a { background-color: #DACFB4; }
a { background-color: rgb(218,207,180); }
div.DivClassName
{
background-color: #DACFB4;
}
.BgClassName
{
background-color: #DACFB4;
}
</style>
border-color css
<style>
span { border-color: #DACFB4; }
span { border-color: rgb(218,207,180); }
td.TdClassName
{
border-color: #DACFB4;
}
.TagClassName
{
border-color: #DACFB4;
}
</style>