Shades of Cream Can #DFC357
Tints of Cream Can #DFC357
RGB
CMYK
RGB Variations
Color information
#DFC357 (or 0xDFC357) is known color: Cream Can. HEX triplet: DF, C3 and 57. RGB value is (223,195,87). Sum of RGB (Red+Green+Blue) = 223+195+87=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC357 is #203CA8. Grayscale: #BFBFBF. Windows color (decimal): -2112681 or 5751775. OLE color: 5751775.
HSL color Cylindrical-coordinate representation of color #DFC357: hue angle of 47.65º 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 #DFC357 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 87 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.13 |
| HSL | 47.65º | 0.68% | 0.61% | - |
| HSV(B) | 47.65º | 0.61% | 0.87% | - |
| XYZ | 51.67 | 55.41 | 16.99 | - |
| YUV | 191.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 87 | 0 | 0.13 | 0.61 | 0.13 | 47.65 | 0.68 | 0.61 |
| Hex | DF | C3 | 57 | 0 | D | 3D | D | 30 | 44 | 3D |
| Octal | 337 | 303 | 127 | 0 | 15 | 75 | 15 | 60 | 104 | 75 |
| Binary | 11011111 | 11000011 | 1010111 | 0 | 1101 | 111101 | 1101 | 110000 | 1000100 | 111101 |
Color Harmonies of #DFC357
Complementary color
Monochromatic Colors of #DFC357
Black with #DFC357
Text Example
Text Example
White with #DFC357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC357; }
p { color: rgb(223,195,87); }
H1.HeaderClassName
{
color: #DFC357;
}
.AnyTagClassName
{
color: #DFC357;
}
</style>
background-color css
<style>
a { background-color: #DFC357; }
a { background-color: rgb(223,195,87); }
div.DivClassName
{
background-color: #DFC357;
}
.BgClassName
{
background-color: #DFC357;
}
</style>
border-color css
<style>
span { border-color: #DFC357; }
span { border-color: rgb(223,195,87); }
td.TdClassName
{
border-color: #DFC357;
}
.TagClassName
{
border-color: #DFC357;
}
</style>