Shades of Confetti #D3D84A
Tints of Confetti #D3D84A
RGB
CMYK
RGB Variations
Color information
#D3D84A (or 0xD3D84A) is known color: Confetti. HEX triplet: D3, D8 and 4A. RGB value is (211,216,74). Sum of RGB (Red+Green+Blue) = 211+216+74=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D84A is #2C27B5. Grayscale: #C6C6C6. Windows color (decimal): -2893750 or 4905171. OLE color: 4905171.
HSL color Cylindrical-coordinate representation of color #D3D84A: hue angle of 62.11º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3D84A is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 216 | 74 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.15 |
| HSL | 62.11º | 0.65% | 0.57% | - |
| HSV(B) | 62.11º | 0.66% | 0.85% | - |
| XYZ | 52.66 | 63.46 | 15.95 | - |
| YUV | 198.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 74 | 0.02 | 0 | 0.66 | 0.15 | 62.11 | 0.65 | 0.57 |
| Hex | D3 | D8 | 4A | 2 | 0 | 42 | F | 3E | 41 | 39 |
| Octal | 323 | 330 | 112 | 2 | 0 | 102 | 17 | 76 | 101 | 71 |
| Binary | 11010011 | 11011000 | 1001010 | 10 | 0 | 1000010 | 1111 | 111110 | 1000001 | 111001 |
Color Harmonies of #D3D84A
Complementary color
Monochromatic Colors of #D3D84A
Black with #D3D84A
Text Example
Text Example
White with #D3D84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D84A; }
p { color: rgb(211,216,74); }
H1.HeaderClassName
{
color: #D3D84A;
}
.AnyTagClassName
{
color: #D3D84A;
}
</style>
background-color css
<style>
a { background-color: #D3D84A; }
a { background-color: rgb(211,216,74); }
div.DivClassName
{
background-color: #D3D84A;
}
.BgClassName
{
background-color: #D3D84A;
}
</style>
border-color css
<style>
span { border-color: #D3D84A; }
span { border-color: rgb(211,216,74); }
td.TdClassName
{
border-color: #D3D84A;
}
.TagClassName
{
border-color: #D3D84A;
}
</style>