Shades of Cream Can #DFC050
Tints of Cream Can #DFC050
RGB
CMYK
RGB Variations
Color information
#DFC050 (or 0xDFC050) is known color: Cream Can. HEX triplet: DF, C0 and 50. RGB value is (223,192,80). Sum of RGB (Red+Green+Blue) = 223+192+80=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC050 is #203FAF. Grayscale: #BCBCBC. Windows color (decimal): -2113456 or 5292255. OLE color: 5292255.
HSL color Cylindrical-coordinate representation of color #DFC050: hue angle of 46.99º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFC050 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 80 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.13 |
| HSL | 46.99º | 0.69% | 0.59% | - |
| HSV(B) | 46.99º | 0.64% | 0.87% | - |
| XYZ | 50.73 | 53.97 | 15.33 | - |
| YUV | 188.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 80 | 0 | 0.14 | 0.64 | 0.13 | 46.99 | 0.69 | 0.59 |
| Hex | DF | C0 | 50 | 0 | E | 40 | D | 2F | 45 | 3B |
| Octal | 337 | 300 | 120 | 0 | 16 | 100 | 15 | 57 | 105 | 73 |
| Binary | 11011111 | 11000000 | 1010000 | 0 | 1110 | 1000000 | 1101 | 101111 | 1000101 | 111011 |
Color Harmonies of #DFC050
Complementary color
Monochromatic Colors of #DFC050
Black with #DFC050
Text Example
Text Example
White with #DFC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC050; }
p { color: rgb(223,192,80); }
H1.HeaderClassName
{
color: #DFC050;
}
.AnyTagClassName
{
color: #DFC050;
}
</style>
background-color css
<style>
a { background-color: #DFC050; }
a { background-color: rgb(223,192,80); }
div.DivClassName
{
background-color: #DFC050;
}
.BgClassName
{
background-color: #DFC050;
}
</style>
border-color css
<style>
span { border-color: #DFC050; }
span { border-color: rgb(223,192,80); }
td.TdClassName
{
border-color: #DFC050;
}
.TagClassName
{
border-color: #DFC050;
}
</style>