Shades of Confetti #DFC752
Tints of Confetti #DFC752
RGB
CMYK
RGB Variations
Color information
#DFC752 (or 0xDFC752) is known color: Confetti. HEX triplet: DF, C7 and 52. RGB value is (223,199,82). Sum of RGB (Red+Green+Blue) = 223+199+82=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC752 is #2038AD. Grayscale: #C1C1C1. Windows color (decimal): -2111662 or 5425119. OLE color: 5425119.
HSL color Cylindrical-coordinate representation of color #DFC752: hue angle of 49.79º 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 #DFC752 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 82 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.13 |
| HSL | 49.79º | 0.69% | 0.6% | - |
| HSV(B) | 49.79º | 0.63% | 0.87% | - |
| XYZ | 52.38 | 57.14 | 16.25 | - |
| YUV | 192.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 82 | 0 | 0.11 | 0.63 | 0.13 | 49.79 | 0.69 | 0.6 |
| Hex | DF | C7 | 52 | 0 | B | 3F | D | 32 | 45 | 3C |
| Octal | 337 | 307 | 122 | 0 | 13 | 77 | 15 | 62 | 105 | 74 |
| Binary | 11011111 | 11000111 | 1010010 | 0 | 1011 | 111111 | 1101 | 110010 | 1000101 | 111100 |
Color Harmonies of #DFC752
Complementary color
Monochromatic Colors of #DFC752
Black with #DFC752
Text Example
Text Example
White with #DFC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC752; }
p { color: rgb(223,199,82); }
H1.HeaderClassName
{
color: #DFC752;
}
.AnyTagClassName
{
color: #DFC752;
}
</style>
background-color css
<style>
a { background-color: #DFC752; }
a { background-color: rgb(223,199,82); }
div.DivClassName
{
background-color: #DFC752;
}
.BgClassName
{
background-color: #DFC752;
}
</style>
border-color css
<style>
span { border-color: #DFC752; }
span { border-color: rgb(223,199,82); }
td.TdClassName
{
border-color: #DFC752;
}
.TagClassName
{
border-color: #DFC752;
}
</style>