Shades of Cream Can #DFC153
Tints of Cream Can #DFC153
RGB
CMYK
RGB Variations
Color information
#DFC153 (or 0xDFC153) is known color: Cream Can. HEX triplet: DF, C1 and 53. RGB value is (223,193,83). Sum of RGB (Red+Green+Blue) = 223+193+83=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC153 is #203EAC. Grayscale: #BDBDBD. Windows color (decimal): -2113197 or 5489119. OLE color: 5489119.
HSL color Cylindrical-coordinate representation of color #DFC153: hue angle of 47.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFC153 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 83 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.13 |
| HSL | 47.14º | 0.69% | 0.6% | - |
| HSV(B) | 47.14º | 0.63% | 0.87% | - |
| XYZ | 51.06 | 54.45 | 16 | - |
| YUV | 189.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 83 | 0 | 0.13 | 0.63 | 0.13 | 47.14 | 0.69 | 0.6 |
| Hex | DF | C1 | 53 | 0 | D | 3F | D | 2F | 45 | 3C |
| Octal | 337 | 301 | 123 | 0 | 15 | 77 | 15 | 57 | 105 | 74 |
| Binary | 11011111 | 11000001 | 1010011 | 0 | 1101 | 111111 | 1101 | 101111 | 1000101 | 111100 |
Color Harmonies of #DFC153
Complementary color
Monochromatic Colors of #DFC153
Black with #DFC153
Text Example
Text Example
White with #DFC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC153; }
p { color: rgb(223,193,83); }
H1.HeaderClassName
{
color: #DFC153;
}
.AnyTagClassName
{
color: #DFC153;
}
</style>
background-color css
<style>
a { background-color: #DFC153; }
a { background-color: rgb(223,193,83); }
div.DivClassName
{
background-color: #DFC153;
}
.BgClassName
{
background-color: #DFC153;
}
</style>
border-color css
<style>
span { border-color: #DFC153; }
span { border-color: rgb(223,193,83); }
td.TdClassName
{
border-color: #DFC153;
}
.TagClassName
{
border-color: #DFC153;
}
</style>