Shades of Confetti #D9CB53
Tints of Confetti #D9CB53
RGB
CMYK
RGB Variations
Color information
#D9CB53 (or 0xD9CB53) is known color: Confetti. HEX triplet: D9, CB and 53. RGB value is (217,203,83). Sum of RGB (Red+Green+Blue) = 217+203+83=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB53 is #2634AC. Grayscale: #C2C2C2. Windows color (decimal): -2503853 or 5491673. OLE color: 5491673.
HSL color Cylindrical-coordinate representation of color #D9CB53: hue angle of 53.73º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9CB53 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 83 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.15 |
| HSL | 53.73º | 0.64% | 0.59% | - |
| HSV(B) | 53.73º | 0.62% | 0.85% | - |
| XYZ | 51.53 | 58.09 | 16.68 | - |
| YUV | 193.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 83 | 0 | 0.06 | 0.62 | 0.15 | 53.73 | 0.64 | 0.59 |
| Hex | D9 | CB | 53 | 0 | 6 | 3E | F | 36 | 40 | 3B |
| Octal | 331 | 313 | 123 | 0 | 6 | 76 | 17 | 66 | 100 | 73 |
| Binary | 11011001 | 11001011 | 1010011 | 0 | 110 | 111110 | 1111 | 110110 | 1000000 | 111011 |
Color Harmonies of #D9CB53
Complementary color
Monochromatic Colors of #D9CB53
Black with #D9CB53
Text Example
Text Example
White with #D9CB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB53; }
p { color: rgb(217,203,83); }
H1.HeaderClassName
{
color: #D9CB53;
}
.AnyTagClassName
{
color: #D9CB53;
}
</style>
background-color css
<style>
a { background-color: #D9CB53; }
a { background-color: rgb(217,203,83); }
div.DivClassName
{
background-color: #D9CB53;
}
.BgClassName
{
background-color: #D9CB53;
}
</style>
border-color css
<style>
span { border-color: #D9CB53; }
span { border-color: rgb(217,203,83); }
td.TdClassName
{
border-color: #D9CB53;
}
.TagClassName
{
border-color: #D9CB53;
}
</style>