Shades of Confetti #D9CB51
Tints of Confetti #D9CB51
RGB
CMYK
RGB Variations
Color information
#D9CB51 (or 0xD9CB51) is known color: Confetti. HEX triplet: D9, CB and 51. RGB value is (217,203,81). Sum of RGB (Red+Green+Blue) = 217+203+81=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB51 is #2634AE. Grayscale: #C1C1C1. Windows color (decimal): -2503855 or 5360601. OLE color: 5360601.
HSL color Cylindrical-coordinate representation of color #D9CB51: hue angle of 53.82º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9CB51 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 81 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.15 |
| HSL | 53.82º | 0.64% | 0.58% | - |
| HSV(B) | 53.82º | 0.63% | 0.85% | - |
| XYZ | 51.46 | 58.06 | 16.28 | - |
| YUV | 193.28 | 64.64 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 81 | 0 | 0.06 | 0.63 | 0.15 | 53.82 | 0.64 | 0.58 |
| Hex | D9 | CB | 51 | 0 | 6 | 3F | F | 36 | 40 | 3A |
| Octal | 331 | 313 | 121 | 0 | 6 | 77 | 17 | 66 | 100 | 72 |
| Binary | 11011001 | 11001011 | 1010001 | 0 | 110 | 111111 | 1111 | 110110 | 1000000 | 111010 |
Color Harmonies of #D9CB51
Complementary color
Monochromatic Colors of #D9CB51
Black with #D9CB51
Text Example
Text Example
White with #D9CB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB51; }
p { color: rgb(217,203,81); }
H1.HeaderClassName
{
color: #D9CB51;
}
.AnyTagClassName
{
color: #D9CB51;
}
</style>
background-color css
<style>
a { background-color: #D9CB51; }
a { background-color: rgb(217,203,81); }
div.DivClassName
{
background-color: #D9CB51;
}
.BgClassName
{
background-color: #D9CB51;
}
</style>
border-color css
<style>
span { border-color: #D9CB51; }
span { border-color: rgb(217,203,81); }
td.TdClassName
{
border-color: #D9CB51;
}
.TagClassName
{
border-color: #D9CB51;
}
</style>