Shades of Confetti #DFBD3F
Tints of Confetti #DFBD3F
RGB
CMYK
RGB Variations
Color information
#DFBD3F (or 0xDFBD3F) is known color: Confetti. HEX triplet: DF, BD and 3F. RGB value is (223,189,63). Sum of RGB (Red+Green+Blue) = 223+189+63=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD3F is #2042C0. Grayscale: #B9B9B9. Windows color (decimal): -2114241 or 4177375. OLE color: 4177375.
HSL color Cylindrical-coordinate representation of color #DFBD3F: hue angle of 47.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFBD3F is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 63 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.13 |
| HSL | 47.25º | 0.71% | 0.56% | - |
| HSV(B) | 47.25º | 0.72% | 0.87% | - |
| XYZ | 49.53 | 52.44 | 12.21 | - |
| YUV | 184.8 | 59.26 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 63 | 0 | 0.15 | 0.72 | 0.13 | 47.25 | 0.71 | 0.56 |
| Hex | DF | BD | 3F | 0 | F | 48 | D | 2F | 47 | 38 |
| Octal | 337 | 275 | 77 | 0 | 17 | 110 | 15 | 57 | 107 | 70 |
| Binary | 11011111 | 10111101 | 111111 | 0 | 1111 | 1001000 | 1101 | 101111 | 1000111 | 111000 |
Color Harmonies of #DFBD3F
Complementary color
Monochromatic Colors of #DFBD3F
Black with #DFBD3F
Text Example
Text Example
White with #DFBD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD3F; }
p { color: rgb(223,189,63); }
H1.HeaderClassName
{
color: #DFBD3F;
}
.AnyTagClassName
{
color: #DFBD3F;
}
</style>
background-color css
<style>
a { background-color: #DFBD3F; }
a { background-color: rgb(223,189,63); }
div.DivClassName
{
background-color: #DFBD3F;
}
.BgClassName
{
background-color: #DFBD3F;
}
</style>
border-color css
<style>
span { border-color: #DFBD3F; }
span { border-color: rgb(223,189,63); }
td.TdClassName
{
border-color: #DFBD3F;
}
.TagClassName
{
border-color: #DFBD3F;
}
</style>