Shades of Cream Can #DFC155
Tints of Cream Can #DFC155
RGB
CMYK
RGB Variations
Color information
#DFC155 (or 0xDFC155) is known color: Cream Can. HEX triplet: DF, C1 and 55. RGB value is (223,193,85). Sum of RGB (Red+Green+Blue) = 223+193+85=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC155 is #203EAA. Grayscale: #BEBEBE. Windows color (decimal): -2113195 or 5620191. OLE color: 5620191.
HSL color Cylindrical-coordinate representation of color #DFC155: hue angle of 46.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFC155 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 85 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.13 |
| HSL | 46.96º | 0.68% | 0.6% | - |
| HSV(B) | 46.96º | 0.62% | 0.87% | - |
| XYZ | 51.14 | 54.48 | 16.42 | - |
| YUV | 189.66 | 68.94 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 85 | 0 | 0.13 | 0.62 | 0.13 | 46.96 | 0.68 | 0.6 |
| Hex | DF | C1 | 55 | 0 | D | 3E | D | 2F | 44 | 3C |
| Octal | 337 | 301 | 125 | 0 | 15 | 76 | 15 | 57 | 104 | 74 |
| Binary | 11011111 | 11000001 | 1010101 | 0 | 1101 | 111110 | 1101 | 101111 | 1000100 | 111100 |
Color Harmonies of #DFC155
Complementary color
Monochromatic Colors of #DFC155
Black with #DFC155
Text Example
Text Example
White with #DFC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC155; }
p { color: rgb(223,193,85); }
H1.HeaderClassName
{
color: #DFC155;
}
.AnyTagClassName
{
color: #DFC155;
}
</style>
background-color css
<style>
a { background-color: #DFC155; }
a { background-color: rgb(223,193,85); }
div.DivClassName
{
background-color: #DFC155;
}
.BgClassName
{
background-color: #DFC155;
}
</style>
border-color css
<style>
span { border-color: #DFC155; }
span { border-color: rgb(223,193,85); }
td.TdClassName
{
border-color: #DFC155;
}
.TagClassName
{
border-color: #DFC155;
}
</style>