Shades of Confetti #DFBE42
Tints of Confetti #DFBE42
RGB
CMYK
RGB Variations
Color information
#DFBE42 (or 0xDFBE42) is known color: Confetti. HEX triplet: DF, BE and 42. RGB value is (223,190,66). Sum of RGB (Red+Green+Blue) = 223+190+66=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE42 is #2041BD. Grayscale: #BABABA. Windows color (decimal): -2113982 or 4374239. OLE color: 4374239.
HSL color Cylindrical-coordinate representation of color #DFBE42: hue angle of 47.39º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFBE42 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 66 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.13 |
| HSL | 47.39º | 0.71% | 0.57% | - |
| HSV(B) | 47.39º | 0.7% | 0.87% | - |
| XYZ | 49.83 | 52.91 | 12.74 | - |
| YUV | 185.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 66 | 0 | 0.15 | 0.70 | 0.13 | 47.39 | 0.71 | 0.57 |
| Hex | DF | BE | 42 | 0 | F | 46 | D | 2F | 47 | 39 |
| Octal | 337 | 276 | 102 | 0 | 17 | 106 | 15 | 57 | 107 | 71 |
| Binary | 11011111 | 10111110 | 1000010 | 0 | 1111 | 1000110 | 1101 | 101111 | 1000111 | 111001 |
Color Harmonies of #DFBE42
Complementary color
Monochromatic Colors of #DFBE42
Black with #DFBE42
Text Example
Text Example
White with #DFBE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE42; }
p { color: rgb(223,190,66); }
H1.HeaderClassName
{
color: #DFBE42;
}
.AnyTagClassName
{
color: #DFBE42;
}
</style>
background-color css
<style>
a { background-color: #DFBE42; }
a { background-color: rgb(223,190,66); }
div.DivClassName
{
background-color: #DFBE42;
}
.BgClassName
{
background-color: #DFBE42;
}
</style>
border-color css
<style>
span { border-color: #DFBE42; }
span { border-color: rgb(223,190,66); }
td.TdClassName
{
border-color: #DFBE42;
}
.TagClassName
{
border-color: #DFBE42;
}
</style>