Shades of Confetti #DFCB3E
Tints of Confetti #DFCB3E
RGB
CMYK
RGB Variations
Color information
#DFCB3E (or 0xDFCB3E) is known color: Confetti. HEX triplet: DF, CB and 3E. RGB value is (223,203,62). Sum of RGB (Red+Green+Blue) = 223+203+62=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB3E is #2034C1. Grayscale: #C1C1C1. Windows color (decimal): -2110658 or 4115423. OLE color: 4115423.
HSL color Cylindrical-coordinate representation of color #DFCB3E: hue angle of 52.55º degrees, saturation: 0.72, 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 #DFCB3E is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 62 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.13 |
| HSL | 52.55º | 0.72% | 0.56% | - |
| HSV(B) | 52.55º | 0.72% | 0.87% | - |
| XYZ | 52.66 | 58.75 | 13.12 | - |
| YUV | 192.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 62 | 0 | 0.09 | 0.72 | 0.13 | 52.55 | 0.72 | 0.56 |
| Hex | DF | CB | 3E | 0 | 9 | 48 | D | 35 | 48 | 38 |
| Octal | 337 | 313 | 76 | 0 | 11 | 110 | 15 | 65 | 110 | 70 |
| Binary | 11011111 | 11001011 | 111110 | 0 | 1001 | 1001000 | 1101 | 110101 | 1001000 | 111000 |
Color Harmonies of #DFCB3E
Complementary color
Monochromatic Colors of #DFCB3E
Black with #DFCB3E
Text Example
Text Example
White with #DFCB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB3E; }
p { color: rgb(223,203,62); }
H1.HeaderClassName
{
color: #DFCB3E;
}
.AnyTagClassName
{
color: #DFCB3E;
}
</style>
background-color css
<style>
a { background-color: #DFCB3E; }
a { background-color: rgb(223,203,62); }
div.DivClassName
{
background-color: #DFCB3E;
}
.BgClassName
{
background-color: #DFCB3E;
}
</style>
border-color css
<style>
span { border-color: #DFCB3E; }
span { border-color: rgb(223,203,62); }
td.TdClassName
{
border-color: #DFCB3E;
}
.TagClassName
{
border-color: #DFCB3E;
}
</style>