Shades of Cream Can #DFC256
Tints of Cream Can #DFC256
RGB
CMYK
RGB Variations
Color information
#DFC256 (or 0xDFC256) is known color: Cream Can. HEX triplet: DF, C2 and 56. RGB value is (223,194,86). Sum of RGB (Red+Green+Blue) = 223+194+86=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC256 is #203DA9. Grayscale: #BEBEBE. Windows color (decimal): -2112938 or 5685983. OLE color: 5685983.
HSL color Cylindrical-coordinate representation of color #DFC256: hue angle of 47.3º 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 #DFC256 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 86 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.13 |
| HSL | 47.3º | 0.68% | 0.61% | - |
| HSV(B) | 47.3º | 0.61% | 0.87% | - |
| XYZ | 51.4 | 54.94 | 16.7 | - |
| YUV | 190.36 | 69.11 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 86 | 0 | 0.13 | 0.61 | 0.13 | 47.3 | 0.68 | 0.61 |
| Hex | DF | C2 | 56 | 0 | D | 3D | D | 2F | 44 | 3D |
| Octal | 337 | 302 | 126 | 0 | 15 | 75 | 15 | 57 | 104 | 75 |
| Binary | 11011111 | 11000010 | 1010110 | 0 | 1101 | 111101 | 1101 | 101111 | 1000100 | 111101 |
Color Harmonies of #DFC256
Complementary color
Monochromatic Colors of #DFC256
Black with #DFC256
Text Example
Text Example
White with #DFC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC256; }
p { color: rgb(223,194,86); }
H1.HeaderClassName
{
color: #DFC256;
}
.AnyTagClassName
{
color: #DFC256;
}
</style>
background-color css
<style>
a { background-color: #DFC256; }
a { background-color: rgb(223,194,86); }
div.DivClassName
{
background-color: #DFC256;
}
.BgClassName
{
background-color: #DFC256;
}
</style>
border-color css
<style>
span { border-color: #DFC256; }
span { border-color: rgb(223,194,86); }
td.TdClassName
{
border-color: #DFC256;
}
.TagClassName
{
border-color: #DFC256;
}
</style>