Shades of Confetti #D9CC46
Tints of Confetti #D9CC46
RGB
CMYK
RGB Variations
Color information
#D9CC46 (or 0xD9CC46) is known color: Confetti. HEX triplet: D9, CC and 46. RGB value is (217,204,70). Sum of RGB (Red+Green+Blue) = 217+204+70=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC46 is #2633B9. Grayscale: #C1C1C1. Windows color (decimal): -2503610 or 4639961. OLE color: 4639961.
HSL color Cylindrical-coordinate representation of color #D9CC46: hue angle of 54.69º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9CC46 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 70 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.15 |
| HSL | 54.69º | 0.66% | 0.56% | - |
| HSV(B) | 54.69º | 0.68% | 0.85% | - |
| XYZ | 51.31 | 58.38 | 14.36 | - |
| YUV | 192.61 | 58.81 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 70 | 0 | 0.06 | 0.68 | 0.15 | 54.69 | 0.66 | 0.56 |
| Hex | D9 | CC | 46 | 0 | 6 | 44 | F | 37 | 42 | 38 |
| Octal | 331 | 314 | 106 | 0 | 6 | 104 | 17 | 67 | 102 | 70 |
| Binary | 11011001 | 11001100 | 1000110 | 0 | 110 | 1000100 | 1111 | 110111 | 1000010 | 111000 |
Color Harmonies of #D9CC46
Complementary color
Monochromatic Colors of #D9CC46
Black with #D9CC46
Text Example
Text Example
White with #D9CC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC46; }
p { color: rgb(217,204,70); }
H1.HeaderClassName
{
color: #D9CC46;
}
.AnyTagClassName
{
color: #D9CC46;
}
</style>
background-color css
<style>
a { background-color: #D9CC46; }
a { background-color: rgb(217,204,70); }
div.DivClassName
{
background-color: #D9CC46;
}
.BgClassName
{
background-color: #D9CC46;
}
</style>
border-color css
<style>
span { border-color: #D9CC46; }
span { border-color: rgb(217,204,70); }
td.TdClassName
{
border-color: #D9CC46;
}
.TagClassName
{
border-color: #D9CC46;
}
</style>