Shades of Confetti #D3C04D
Tints of Confetti #D3C04D
RGB
CMYK
RGB Variations
Color information
#D3C04D (or 0xD3C04D) is known color: Confetti. HEX triplet: D3, C0 and 4D. RGB value is (211,192,77). Sum of RGB (Red+Green+Blue) = 211+192+77=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C04D is #2C3FB2. Grayscale: #B9B9B9. Windows color (decimal): -2899891 or 5095635. OLE color: 5095635.
HSL color Cylindrical-coordinate representation of color #D3C04D: hue angle of 51.49º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3C04D is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 77 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.17 |
| HSL | 51.49º | 0.6% | 0.56% | - |
| HSV(B) | 51.49º | 0.64% | 0.83% | - |
| XYZ | 47.05 | 52.08 | 14.59 | - |
| YUV | 184.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 77 | 0 | 0.09 | 0.64 | 0.17 | 51.49 | 0.6 | 0.56 |
| Hex | D3 | C0 | 4D | 0 | 9 | 40 | 11 | 33 | 3C | 38 |
| Octal | 323 | 300 | 115 | 0 | 11 | 100 | 21 | 63 | 74 | 70 |
| Binary | 11010011 | 11000000 | 1001101 | 0 | 1001 | 1000000 | 10001 | 110011 | 111100 | 111000 |
Color Harmonies of #D3C04D
Complementary color
Monochromatic Colors of #D3C04D
Black with #D3C04D
Text Example
Text Example
White with #D3C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C04D; }
p { color: rgb(211,192,77); }
H1.HeaderClassName
{
color: #D3C04D;
}
.AnyTagClassName
{
color: #D3C04D;
}
</style>
background-color css
<style>
a { background-color: #D3C04D; }
a { background-color: rgb(211,192,77); }
div.DivClassName
{
background-color: #D3C04D;
}
.BgClassName
{
background-color: #D3C04D;
}
</style>
border-color css
<style>
span { border-color: #D3C04D; }
span { border-color: rgb(211,192,77); }
td.TdClassName
{
border-color: #D3C04D;
}
.TagClassName
{
border-color: #D3C04D;
}
</style>