Shades of Confetti #DFC54B
Tints of Confetti #DFC54B
RGB
CMYK
RGB Variations
Color information
#DFC54B (or 0xDFC54B) is known color: Confetti. HEX triplet: DF, C5 and 4B. RGB value is (223,197,75). Sum of RGB (Red+Green+Blue) = 223+197+75=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC54B is #203AB4. Grayscale: #BFBFBF. Windows color (decimal): -2112181 or 4965855. OLE color: 4965855.
HSL color Cylindrical-coordinate representation of color #DFC54B: hue angle of 49.46º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFC54B is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 75 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.13 |
| HSL | 49.46º | 0.7% | 0.58% | - |
| HSV(B) | 49.46º | 0.66% | 0.87% | - |
| XYZ | 51.67 | 56.13 | 14.77 | - |
| YUV | 190.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 75 | 0 | 0.12 | 0.66 | 0.13 | 49.46 | 0.7 | 0.58 |
| Hex | DF | C5 | 4B | 0 | C | 42 | D | 31 | 46 | 3A |
| Octal | 337 | 305 | 113 | 0 | 14 | 102 | 15 | 61 | 106 | 72 |
| Binary | 11011111 | 11000101 | 1001011 | 0 | 1100 | 1000010 | 1101 | 110001 | 1000110 | 111010 |
Color Harmonies of #DFC54B
Complementary color
Monochromatic Colors of #DFC54B
Black with #DFC54B
Text Example
Text Example
White with #DFC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC54B; }
p { color: rgb(223,197,75); }
H1.HeaderClassName
{
color: #DFC54B;
}
.AnyTagClassName
{
color: #DFC54B;
}
</style>
background-color css
<style>
a { background-color: #DFC54B; }
a { background-color: rgb(223,197,75); }
div.DivClassName
{
background-color: #DFC54B;
}
.BgClassName
{
background-color: #DFC54B;
}
</style>
border-color css
<style>
span { border-color: #DFC54B; }
span { border-color: rgb(223,197,75); }
td.TdClassName
{
border-color: #DFC54B;
}
.TagClassName
{
border-color: #DFC54B;
}
</style>