Shades of Confetti #DFC94B
Tints of Confetti #DFC94B
RGB
CMYK
RGB Variations
Color information
#DFC94B (or 0xDFC94B) is known color: Confetti. HEX triplet: DF, C9 and 4B. RGB value is (223,201,75). Sum of RGB (Red+Green+Blue) = 223+201+75=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC94B is #2036B4. Grayscale: #C1C1C1. Windows color (decimal): -2111157 or 4966879. OLE color: 4966879.
HSL color Cylindrical-coordinate representation of color #DFC94B: hue angle of 51.08º 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 #DFC94B is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 75 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.13 |
| HSL | 51.08º | 0.7% | 0.58% | - |
| HSV(B) | 51.08º | 0.66% | 0.87% | - |
| XYZ | 52.59 | 57.97 | 15.07 | - |
| YUV | 193.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 75 | 0 | 0.10 | 0.66 | 0.13 | 51.08 | 0.7 | 0.58 |
| Hex | DF | C9 | 4B | 0 | A | 42 | D | 33 | 46 | 3A |
| Octal | 337 | 311 | 113 | 0 | 12 | 102 | 15 | 63 | 106 | 72 |
| Binary | 11011111 | 11001001 | 1001011 | 0 | 1010 | 1000010 | 1101 | 110011 | 1000110 | 111010 |
Color Harmonies of #DFC94B
Complementary color
Monochromatic Colors of #DFC94B
Black with #DFC94B
Text Example
Text Example
White with #DFC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC94B; }
p { color: rgb(223,201,75); }
H1.HeaderClassName
{
color: #DFC94B;
}
.AnyTagClassName
{
color: #DFC94B;
}
</style>
background-color css
<style>
a { background-color: #DFC94B; }
a { background-color: rgb(223,201,75); }
div.DivClassName
{
background-color: #DFC94B;
}
.BgClassName
{
background-color: #DFC94B;
}
</style>
border-color css
<style>
span { border-color: #DFC94B; }
span { border-color: rgb(223,201,75); }
td.TdClassName
{
border-color: #DFC94B;
}
.TagClassName
{
border-color: #DFC94B;
}
</style>