Shades of Confetti #D9CB45
Tints of Confetti #D9CB45
RGB
CMYK
RGB Variations
Color information
#D9CB45 (or 0xD9CB45) is known color: Confetti. HEX triplet: D9, CB and 45. RGB value is (217,203,69). Sum of RGB (Red+Green+Blue) = 217+203+69=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB45 is #2634BA. Grayscale: #C0C0C0. Windows color (decimal): -2503867 or 4574169. OLE color: 4574169.
HSL color Cylindrical-coordinate representation of color #D9CB45: hue angle of 54.32º 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 #D9CB45 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 69 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.15 |
| HSL | 54.32º | 0.66% | 0.56% | - |
| HSV(B) | 54.32º | 0.68% | 0.85% | - |
| XYZ | 51.05 | 57.89 | 14.11 | - |
| YUV | 191.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 69 | 0 | 0.06 | 0.68 | 0.15 | 54.32 | 0.66 | 0.56 |
| Hex | D9 | CB | 45 | 0 | 6 | 44 | F | 36 | 42 | 38 |
| Octal | 331 | 313 | 105 | 0 | 6 | 104 | 17 | 66 | 102 | 70 |
| Binary | 11011001 | 11001011 | 1000101 | 0 | 110 | 1000100 | 1111 | 110110 | 1000010 | 111000 |
Color Harmonies of #D9CB45
Complementary color
Monochromatic Colors of #D9CB45
Black with #D9CB45
Text Example
Text Example
White with #D9CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB45; }
p { color: rgb(217,203,69); }
H1.HeaderClassName
{
color: #D9CB45;
}
.AnyTagClassName
{
color: #D9CB45;
}
</style>
background-color css
<style>
a { background-color: #D9CB45; }
a { background-color: rgb(217,203,69); }
div.DivClassName
{
background-color: #D9CB45;
}
.BgClassName
{
background-color: #D9CB45;
}
</style>
border-color css
<style>
span { border-color: #D9CB45; }
span { border-color: rgb(217,203,69); }
td.TdClassName
{
border-color: #D9CB45;
}
.TagClassName
{
border-color: #D9CB45;
}
</style>