Shades of Confetti #DFCB4A
Tints of Confetti #DFCB4A
RGB
CMYK
RGB Variations
Color information
#DFCB4A (or 0xDFCB4A) is known color: Confetti. HEX triplet: DF, CB and 4A. RGB value is (223,203,74). Sum of RGB (Red+Green+Blue) = 223+203+74=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB4A is #2034B5. Grayscale: #C2C2C2. Windows color (decimal): -2110646 or 4901855. OLE color: 4901855.
HSL color Cylindrical-coordinate representation of color #DFCB4A: hue angle of 51.95º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFCB4A is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 74 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.13 |
| HSL | 51.95º | 0.7% | 0.58% | - |
| HSV(B) | 51.95º | 0.67% | 0.87% | - |
| XYZ | 53.02 | 58.89 | 15.05 | - |
| YUV | 194.27 | 60.13 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 74 | 0 | 0.09 | 0.67 | 0.13 | 51.95 | 0.7 | 0.58 |
| Hex | DF | CB | 4A | 0 | 9 | 43 | D | 34 | 46 | 3A |
| Octal | 337 | 313 | 112 | 0 | 11 | 103 | 15 | 64 | 106 | 72 |
| Binary | 11011111 | 11001011 | 1001010 | 0 | 1001 | 1000011 | 1101 | 110100 | 1000110 | 111010 |
Color Harmonies of #DFCB4A
Complementary color
Monochromatic Colors of #DFCB4A
Black with #DFCB4A
Text Example
Text Example
White with #DFCB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB4A; }
p { color: rgb(223,203,74); }
H1.HeaderClassName
{
color: #DFCB4A;
}
.AnyTagClassName
{
color: #DFCB4A;
}
</style>
background-color css
<style>
a { background-color: #DFCB4A; }
a { background-color: rgb(223,203,74); }
div.DivClassName
{
background-color: #DFCB4A;
}
.BgClassName
{
background-color: #DFCB4A;
}
</style>
border-color css
<style>
span { border-color: #DFCB4A; }
span { border-color: rgb(223,203,74); }
td.TdClassName
{
border-color: #DFCB4A;
}
.TagClassName
{
border-color: #DFCB4A;
}
</style>