Shades of Confetti #DFBE4B
Tints of Confetti #DFBE4B
RGB
CMYK
RGB Variations
Color information
#DFBE4B (or 0xDFBE4B) is known color: Confetti. HEX triplet: DF, BE and 4B. RGB value is (223,190,75). Sum of RGB (Red+Green+Blue) = 223+190+75=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE4B is #2041B4. Grayscale: #BBBBBB. Windows color (decimal): -2113973 or 4964063. OLE color: 4964063.
HSL color Cylindrical-coordinate representation of color #DFBE4B: hue angle of 46.62º 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 #DFBE4B is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 75 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.13 |
| HSL | 46.62º | 0.7% | 0.58% | - |
| HSV(B) | 46.62º | 0.66% | 0.87% | - |
| XYZ | 50.11 | 53.02 | 14.25 | - |
| YUV | 186.76 | 64.93 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 75 | 0 | 0.15 | 0.66 | 0.13 | 46.62 | 0.7 | 0.58 |
| Hex | DF | BE | 4B | 0 | F | 42 | D | 2F | 46 | 3A |
| Octal | 337 | 276 | 113 | 0 | 17 | 102 | 15 | 57 | 106 | 72 |
| Binary | 11011111 | 10111110 | 1001011 | 0 | 1111 | 1000010 | 1101 | 101111 | 1000110 | 111010 |
Color Harmonies of #DFBE4B
Complementary color
Monochromatic Colors of #DFBE4B
Black with #DFBE4B
Text Example
Text Example
White with #DFBE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE4B; }
p { color: rgb(223,190,75); }
H1.HeaderClassName
{
color: #DFBE4B;
}
.AnyTagClassName
{
color: #DFBE4B;
}
</style>
background-color css
<style>
a { background-color: #DFBE4B; }
a { background-color: rgb(223,190,75); }
div.DivClassName
{
background-color: #DFBE4B;
}
.BgClassName
{
background-color: #DFBE4B;
}
</style>
border-color css
<style>
span { border-color: #DFBE4B; }
span { border-color: rgb(223,190,75); }
td.TdClassName
{
border-color: #DFBE4B;
}
.TagClassName
{
border-color: #DFBE4B;
}
</style>