Shades of Confetti #D9CB54
Tints of Confetti #D9CB54
RGB
CMYK
RGB Variations
Color information
#D9CB54 (or 0xD9CB54) is known color: Confetti. HEX triplet: D9, CB and 54. RGB value is (217,203,84). Sum of RGB (Red+Green+Blue) = 217+203+84=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB54 is #2634AB. Grayscale: #C2C2C2. Windows color (decimal): -2503852 or 5557209. OLE color: 5557209.
HSL color Cylindrical-coordinate representation of color #D9CB54: hue angle of 53.68º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9CB54 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 84 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.15 |
| HSL | 53.68º | 0.64% | 0.59% | - |
| HSV(B) | 53.68º | 0.61% | 0.85% | - |
| XYZ | 51.57 | 58.1 | 16.88 | - |
| YUV | 193.62 | 66.14 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 84 | 0 | 0.06 | 0.61 | 0.15 | 53.68 | 0.64 | 0.59 |
| Hex | D9 | CB | 54 | 0 | 6 | 3D | F | 36 | 40 | 3B |
| Octal | 331 | 313 | 124 | 0 | 6 | 75 | 17 | 66 | 100 | 73 |
| Binary | 11011001 | 11001011 | 1010100 | 0 | 110 | 111101 | 1111 | 110110 | 1000000 | 111011 |
Color Harmonies of #D9CB54
Complementary color
Monochromatic Colors of #D9CB54
Black with #D9CB54
Text Example
Text Example
White with #D9CB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB54; }
p { color: rgb(217,203,84); }
H1.HeaderClassName
{
color: #D9CB54;
}
.AnyTagClassName
{
color: #D9CB54;
}
</style>
background-color css
<style>
a { background-color: #D9CB54; }
a { background-color: rgb(217,203,84); }
div.DivClassName
{
background-color: #D9CB54;
}
.BgClassName
{
background-color: #D9CB54;
}
</style>
border-color css
<style>
span { border-color: #D9CB54; }
span { border-color: rgb(217,203,84); }
td.TdClassName
{
border-color: #D9CB54;
}
.TagClassName
{
border-color: #D9CB54;
}
</style>