Shades of Cream Can #DFC457
Tints of Cream Can #DFC457
RGB
CMYK
RGB Variations
Color information
#DFC457 (or 0xDFC457) is known color: Cream Can. HEX triplet: DF, C4 and 57. RGB value is (223,196,87). Sum of RGB (Red+Green+Blue) = 223+196+87=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC457 is #203BA8. Grayscale: #C0C0C0. Windows color (decimal): -2112425 or 5752031. OLE color: 5752031.
HSL color Cylindrical-coordinate representation of color #DFC457: hue angle of 48.09º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFC457 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 87 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.13 |
| HSL | 48.09º | 0.68% | 0.61% | - |
| HSV(B) | 48.09º | 0.61% | 0.87% | - |
| XYZ | 51.89 | 55.86 | 17.06 | - |
| YUV | 191.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 87 | 0 | 0.12 | 0.61 | 0.13 | 48.09 | 0.68 | 0.61 |
| Hex | DF | C4 | 57 | 0 | C | 3D | D | 30 | 44 | 3D |
| Octal | 337 | 304 | 127 | 0 | 14 | 75 | 15 | 60 | 104 | 75 |
| Binary | 11011111 | 11000100 | 1010111 | 0 | 1100 | 111101 | 1101 | 110000 | 1000100 | 111101 |
Color Harmonies of #DFC457
Complementary color
Monochromatic Colors of #DFC457
Black with #DFC457
Text Example
Text Example
White with #DFC457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC457; }
p { color: rgb(223,196,87); }
H1.HeaderClassName
{
color: #DFC457;
}
.AnyTagClassName
{
color: #DFC457;
}
</style>
background-color css
<style>
a { background-color: #DFC457; }
a { background-color: rgb(223,196,87); }
div.DivClassName
{
background-color: #DFC457;
}
.BgClassName
{
background-color: #DFC457;
}
</style>
border-color css
<style>
span { border-color: #DFC457; }
span { border-color: rgb(223,196,87); }
td.TdClassName
{
border-color: #DFC457;
}
.TagClassName
{
border-color: #DFC457;
}
</style>