Shades of Cream Can #DFC458
Tints of Cream Can #DFC458
RGB
CMYK
RGB Variations
Color information
#DFC458 (or 0xDFC458) is known color: Cream Can. HEX triplet: DF, C4 and 58. RGB value is (223,196,88). Sum of RGB (Red+Green+Blue) = 223+196+88=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC458 is #203BA7. Grayscale: #C0C0C0. Windows color (decimal): -2112424 or 5817567. OLE color: 5817567.
HSL color Cylindrical-coordinate representation of color #DFC458: hue angle of 48º 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 #DFC458 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 88 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.13 |
| HSL | 48º | 0.68% | 0.61% | - |
| HSV(B) | 48º | 0.61% | 0.87% | - |
| XYZ | 51.93 | 55.87 | 17.28 | - |
| YUV | 191.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 88 | 0 | 0.12 | 0.61 | 0.13 | 48 | 0.68 | 0.61 |
| Hex | DF | C4 | 58 | 0 | C | 3D | D | 30 | 44 | 3D |
| Octal | 337 | 304 | 130 | 0 | 14 | 75 | 15 | 60 | 104 | 75 |
| Binary | 11011111 | 11000100 | 1011000 | 0 | 1100 | 111101 | 1101 | 110000 | 1000100 | 111101 |
Color Harmonies of #DFC458
Complementary color
Monochromatic Colors of #DFC458
Black with #DFC458
Text Example
Text Example
White with #DFC458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC458; }
p { color: rgb(223,196,88); }
H1.HeaderClassName
{
color: #DFC458;
}
.AnyTagClassName
{
color: #DFC458;
}
</style>
background-color css
<style>
a { background-color: #DFC458; }
a { background-color: rgb(223,196,88); }
div.DivClassName
{
background-color: #DFC458;
}
.BgClassName
{
background-color: #DFC458;
}
</style>
border-color css
<style>
span { border-color: #DFC458; }
span { border-color: rgb(223,196,88); }
td.TdClassName
{
border-color: #DFC458;
}
.TagClassName
{
border-color: #DFC458;
}
</style>