Shades of Cream Can #DFC152
Tints of Cream Can #DFC152
RGB
CMYK
RGB Variations
Color information
#DFC152 (or 0xDFC152) is known color: Cream Can. HEX triplet: DF, C1 and 52. RGB value is (223,193,82). Sum of RGB (Red+Green+Blue) = 223+193+82=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC152 is #203EAD. Grayscale: #BDBDBD. Windows color (decimal): -2113198 or 5423583. OLE color: 5423583.
HSL color Cylindrical-coordinate representation of color #DFC152: hue angle of 47.23º 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 #DFC152 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 82 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.13 |
| HSL | 47.23º | 0.69% | 0.6% | - |
| HSV(B) | 47.23º | 0.63% | 0.87% | - |
| XYZ | 51.02 | 54.44 | 15.8 | - |
| YUV | 189.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 82 | 0 | 0.13 | 0.63 | 0.13 | 47.23 | 0.69 | 0.6 |
| Hex | DF | C1 | 52 | 0 | D | 3F | D | 2F | 45 | 3C |
| Octal | 337 | 301 | 122 | 0 | 15 | 77 | 15 | 57 | 105 | 74 |
| Binary | 11011111 | 11000001 | 1010010 | 0 | 1101 | 111111 | 1101 | 101111 | 1000101 | 111100 |
Color Harmonies of #DFC152
Complementary color
Monochromatic Colors of #DFC152
Black with #DFC152
Text Example
Text Example
White with #DFC152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC152; }
p { color: rgb(223,193,82); }
H1.HeaderClassName
{
color: #DFC152;
}
.AnyTagClassName
{
color: #DFC152;
}
</style>
background-color css
<style>
a { background-color: #DFC152; }
a { background-color: rgb(223,193,82); }
div.DivClassName
{
background-color: #DFC152;
}
.BgClassName
{
background-color: #DFC152;
}
</style>
border-color css
<style>
span { border-color: #DFC152; }
span { border-color: rgb(223,193,82); }
td.TdClassName
{
border-color: #DFC152;
}
.TagClassName
{
border-color: #DFC152;
}
</style>