Shades of Confetti #DFD64A
Tints of Confetti #DFD64A
RGB
CMYK
RGB Variations
Color information
#DFD64A (or 0xDFD64A) is known color: Confetti. HEX triplet: DF, D6 and 4A. RGB value is (223,214,74). Sum of RGB (Red+Green+Blue) = 223+214+74=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD64A is #2029B5. Grayscale: #C9C9C9. Windows color (decimal): -2107830 or 4904671. OLE color: 4904671.
HSL color Cylindrical-coordinate representation of color #DFD64A: hue angle of 56.38º 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 #DFD64A is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 74 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.13 |
| HSL | 56.38º | 0.7% | 0.58% | - |
| HSV(B) | 56.38º | 0.67% | 0.87% | - |
| XYZ | 55.71 | 64.28 | 15.95 | - |
| YUV | 200.73 | 56.48 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 74 | 0 | 0.04 | 0.67 | 0.13 | 56.38 | 0.7 | 0.58 |
| Hex | DF | D6 | 4A | 0 | 4 | 43 | D | 38 | 46 | 3A |
| Octal | 337 | 326 | 112 | 0 | 4 | 103 | 15 | 70 | 106 | 72 |
| Binary | 11011111 | 11010110 | 1001010 | 0 | 100 | 1000011 | 1101 | 111000 | 1000110 | 111010 |
Color Harmonies of #DFD64A
Complementary color
Monochromatic Colors of #DFD64A
Black with #DFD64A
Text Example
Text Example
White with #DFD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD64A; }
p { color: rgb(223,214,74); }
H1.HeaderClassName
{
color: #DFD64A;
}
.AnyTagClassName
{
color: #DFD64A;
}
</style>
background-color css
<style>
a { background-color: #DFD64A; }
a { background-color: rgb(223,214,74); }
div.DivClassName
{
background-color: #DFD64A;
}
.BgClassName
{
background-color: #DFD64A;
}
</style>
border-color css
<style>
span { border-color: #DFD64A; }
span { border-color: rgb(223,214,74); }
td.TdClassName
{
border-color: #DFD64A;
}
.TagClassName
{
border-color: #DFD64A;
}
</style>