Shades of Confetti #D9C345
Tints of Confetti #D9C345
RGB
CMYK
RGB Variations
Color information
#D9C345 (or 0xD9C345) is known color: Confetti. HEX triplet: D9, C3 and 45. RGB value is (217,195,69). Sum of RGB (Red+Green+Blue) = 217+195+69=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C345 is #263CBA. Grayscale: #BBBBBB. Windows color (decimal): -2505915 or 4572121. OLE color: 4572121.
HSL color Cylindrical-coordinate representation of color #D9C345: hue angle of 51.08º 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 #D9C345 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 69 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.15 |
| HSL | 51.08º | 0.66% | 0.56% | - |
| HSV(B) | 51.08º | 0.68% | 0.85% | - |
| XYZ | 49.2 | 54.21 | 13.5 | - |
| YUV | 187.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 69 | 0 | 0.10 | 0.68 | 0.15 | 51.08 | 0.66 | 0.56 |
| Hex | D9 | C3 | 45 | 0 | A | 44 | F | 33 | 42 | 38 |
| Octal | 331 | 303 | 105 | 0 | 12 | 104 | 17 | 63 | 102 | 70 |
| Binary | 11011001 | 11000011 | 1000101 | 0 | 1010 | 1000100 | 1111 | 110011 | 1000010 | 111000 |
Color Harmonies of #D9C345
Complementary color
Monochromatic Colors of #D9C345
Black with #D9C345
Text Example
Text Example
White with #D9C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C345; }
p { color: rgb(217,195,69); }
H1.HeaderClassName
{
color: #D9C345;
}
.AnyTagClassName
{
color: #D9C345;
}
</style>
background-color css
<style>
a { background-color: #D9C345; }
a { background-color: rgb(217,195,69); }
div.DivClassName
{
background-color: #D9C345;
}
.BgClassName
{
background-color: #D9C345;
}
</style>
border-color css
<style>
span { border-color: #D9C345; }
span { border-color: rgb(217,195,69); }
td.TdClassName
{
border-color: #D9C345;
}
.TagClassName
{
border-color: #D9C345;
}
</style>