Shades of Confetti #D9C245
Tints of Confetti #D9C245
RGB
CMYK
RGB Variations
Color information
#D9C245 (or 0xD9C245) is known color: Confetti. HEX triplet: D9, C2 and 45. RGB value is (217,194,69). Sum of RGB (Red+Green+Blue) = 217+194+69=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C245 is #263DBA. Grayscale: #BBBBBB. Windows color (decimal): -2506171 or 4571865. OLE color: 4571865.
HSL color Cylindrical-coordinate representation of color #D9C245: hue angle of 50.68º 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 #D9C245 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 69 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.15 |
| HSL | 50.68º | 0.66% | 0.56% | - |
| HSV(B) | 50.68º | 0.68% | 0.85% | - |
| XYZ | 48.98 | 53.76 | 13.43 | - |
| YUV | 186.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 69 | 0 | 0.11 | 0.68 | 0.15 | 50.68 | 0.66 | 0.56 |
| Hex | D9 | C2 | 45 | 0 | B | 44 | F | 33 | 42 | 38 |
| Octal | 331 | 302 | 105 | 0 | 13 | 104 | 17 | 63 | 102 | 70 |
| Binary | 11011001 | 11000010 | 1000101 | 0 | 1011 | 1000100 | 1111 | 110011 | 1000010 | 111000 |
Color Harmonies of #D9C245
Complementary color
Monochromatic Colors of #D9C245
Black with #D9C245
Text Example
Text Example
White with #D9C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C245; }
p { color: rgb(217,194,69); }
H1.HeaderClassName
{
color: #D9C245;
}
.AnyTagClassName
{
color: #D9C245;
}
</style>
background-color css
<style>
a { background-color: #D9C245; }
a { background-color: rgb(217,194,69); }
div.DivClassName
{
background-color: #D9C245;
}
.BgClassName
{
background-color: #D9C245;
}
</style>
border-color css
<style>
span { border-color: #D9C245; }
span { border-color: rgb(217,194,69); }
td.TdClassName
{
border-color: #D9C245;
}
.TagClassName
{
border-color: #D9C245;
}
</style>