Shades of Confetti #DFC952
Tints of Confetti #DFC952
RGB
CMYK
RGB Variations
Color information
#DFC952 (or 0xDFC952) is known color: Confetti. HEX triplet: DF, C9 and 52. RGB value is (223,201,82). Sum of RGB (Red+Green+Blue) = 223+201+82=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC952 is #2036AD. Grayscale: #C2C2C2. Windows color (decimal): -2111150 or 5425631. OLE color: 5425631.
HSL color Cylindrical-coordinate representation of color #DFC952: hue angle of 50.64º 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 #DFC952 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 82 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.13 |
| HSL | 50.64º | 0.69% | 0.6% | - |
| HSV(B) | 50.64º | 0.63% | 0.87% | - |
| XYZ | 52.84 | 58.07 | 16.41 | - |
| YUV | 194.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 82 | 0 | 0.10 | 0.63 | 0.13 | 50.64 | 0.69 | 0.6 |
| Hex | DF | C9 | 52 | 0 | A | 3F | D | 33 | 45 | 3C |
| Octal | 337 | 311 | 122 | 0 | 12 | 77 | 15 | 63 | 105 | 74 |
| Binary | 11011111 | 11001001 | 1010010 | 0 | 1010 | 111111 | 1101 | 110011 | 1000101 | 111100 |
Color Harmonies of #DFC952
Complementary color
Monochromatic Colors of #DFC952
Black with #DFC952
Text Example
Text Example
White with #DFC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC952; }
p { color: rgb(223,201,82); }
H1.HeaderClassName
{
color: #DFC952;
}
.AnyTagClassName
{
color: #DFC952;
}
</style>
background-color css
<style>
a { background-color: #DFC952; }
a { background-color: rgb(223,201,82); }
div.DivClassName
{
background-color: #DFC952;
}
.BgClassName
{
background-color: #DFC952;
}
</style>
border-color css
<style>
span { border-color: #DFC952; }
span { border-color: rgb(223,201,82); }
td.TdClassName
{
border-color: #DFC952;
}
.TagClassName
{
border-color: #DFC952;
}
</style>