Shades of Confetti #DFC34F
Tints of Confetti #DFC34F
RGB
CMYK
RGB Variations
Color information
#DFC34F (or 0xDFC34F) is known color: Confetti. HEX triplet: DF, C3 and 4F. RGB value is (223,195,79). Sum of RGB (Red+Green+Blue) = 223+195+79=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC34F is #203CB0. Grayscale: #BEBEBE. Windows color (decimal): -2112689 or 5227487. OLE color: 5227487.
HSL color Cylindrical-coordinate representation of color #DFC34F: hue angle of 48.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFC34F is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 79 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.13 |
| HSL | 48.33º | 0.69% | 0.59% | - |
| HSV(B) | 48.33º | 0.65% | 0.87% | - |
| XYZ | 51.36 | 55.28 | 15.36 | - |
| YUV | 190.15 | 65.28 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 79 | 0 | 0.13 | 0.65 | 0.13 | 48.33 | 0.69 | 0.59 |
| Hex | DF | C3 | 4F | 0 | D | 41 | D | 30 | 45 | 3B |
| Octal | 337 | 303 | 117 | 0 | 15 | 101 | 15 | 60 | 105 | 73 |
| Binary | 11011111 | 11000011 | 1001111 | 0 | 1101 | 1000001 | 1101 | 110000 | 1000101 | 111011 |
Color Harmonies of #DFC34F
Complementary color
Monochromatic Colors of #DFC34F
Black with #DFC34F
Text Example
Text Example
White with #DFC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC34F; }
p { color: rgb(223,195,79); }
H1.HeaderClassName
{
color: #DFC34F;
}
.AnyTagClassName
{
color: #DFC34F;
}
</style>
background-color css
<style>
a { background-color: #DFC34F; }
a { background-color: rgb(223,195,79); }
div.DivClassName
{
background-color: #DFC34F;
}
.BgClassName
{
background-color: #DFC34F;
}
</style>
border-color css
<style>
span { border-color: #DFC34F; }
span { border-color: rgb(223,195,79); }
td.TdClassName
{
border-color: #DFC34F;
}
.TagClassName
{
border-color: #DFC34F;
}
</style>