Shades of Confetti #DFCB43
Tints of Confetti #DFCB43
RGB
CMYK
RGB Variations
Color information
#DFCB43 (or 0xDFCB43) is known color: Confetti. HEX triplet: DF, CB and 43. RGB value is (223,203,67). Sum of RGB (Red+Green+Blue) = 223+203+67=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 67 (26.56% from 255 or 13.59% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB43 is #2034BC. Grayscale: #C2C2C2. Windows color (decimal): -2110653 or 4443103. OLE color: 4443103.
HSL color Cylindrical-coordinate representation of color #DFCB43: hue angle of 52.31º 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 #DFCB43 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 67 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.13 |
| HSL | 52.31º | 0.71% | 0.57% | - |
| HSV(B) | 52.31º | 0.7% | 0.87% | - |
| XYZ | 52.8 | 58.81 | 13.88 | - |
| YUV | 193.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 67 | 0 | 0.09 | 0.70 | 0.13 | 52.31 | 0.71 | 0.57 |
| Hex | DF | CB | 43 | 0 | 9 | 46 | D | 34 | 47 | 39 |
| Octal | 337 | 313 | 103 | 0 | 11 | 106 | 15 | 64 | 107 | 71 |
| Binary | 11011111 | 11001011 | 1000011 | 0 | 1001 | 1000110 | 1101 | 110100 | 1000111 | 111001 |
Color Harmonies of #DFCB43
Complementary color
Monochromatic Colors of #DFCB43
Black with #DFCB43
Text Example
Text Example
White with #DFCB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB43; }
p { color: rgb(223,203,67); }
H1.HeaderClassName
{
color: #DFCB43;
}
.AnyTagClassName
{
color: #DFCB43;
}
</style>
background-color css
<style>
a { background-color: #DFCB43; }
a { background-color: rgb(223,203,67); }
div.DivClassName
{
background-color: #DFCB43;
}
.BgClassName
{
background-color: #DFCB43;
}
</style>
border-color css
<style>
span { border-color: #DFCB43; }
span { border-color: rgb(223,203,67); }
td.TdClassName
{
border-color: #DFCB43;
}
.TagClassName
{
border-color: #DFCB43;
}
</style>