Shades of Confetti #DFC34C
Tints of Confetti #DFC34C
RGB
CMYK
RGB Variations
Color information
#DFC34C (or 0xDFC34C) is known color: Confetti. HEX triplet: DF, C3 and 4C. RGB value is (223,195,76). Sum of RGB (Red+Green+Blue) = 223+195+76=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC34C is #203CB3. Grayscale: #BEBEBE. Windows color (decimal): -2112692 or 5030879. OLE color: 5030879.
HSL color Cylindrical-coordinate representation of color #DFC34C: hue angle of 48.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFC34C is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 76 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.13 |
| HSL | 48.57º | 0.7% | 0.59% | - |
| HSV(B) | 48.57º | 0.66% | 0.87% | - |
| XYZ | 51.25 | 55.24 | 14.8 | - |
| YUV | 189.81 | 63.78 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 76 | 0 | 0.13 | 0.66 | 0.13 | 48.57 | 0.7 | 0.59 |
| Hex | DF | C3 | 4C | 0 | D | 42 | D | 31 | 46 | 3B |
| Octal | 337 | 303 | 114 | 0 | 15 | 102 | 15 | 61 | 106 | 73 |
| Binary | 11011111 | 11000011 | 1001100 | 0 | 1101 | 1000010 | 1101 | 110001 | 1000110 | 111011 |
Color Harmonies of #DFC34C
Complementary color
Monochromatic Colors of #DFC34C
Black with #DFC34C
Text Example
Text Example
White with #DFC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC34C; }
p { color: rgb(223,195,76); }
H1.HeaderClassName
{
color: #DFC34C;
}
.AnyTagClassName
{
color: #DFC34C;
}
</style>
background-color css
<style>
a { background-color: #DFC34C; }
a { background-color: rgb(223,195,76); }
div.DivClassName
{
background-color: #DFC34C;
}
.BgClassName
{
background-color: #DFC34C;
}
</style>
border-color css
<style>
span { border-color: #DFC34C; }
span { border-color: rgb(223,195,76); }
td.TdClassName
{
border-color: #DFC34C;
}
.TagClassName
{
border-color: #DFC34C;
}
</style>