Shades of Confetti #D9CC53
Tints of Confetti #D9CC53
RGB
CMYK
RGB Variations
Color information
#D9CC53 (or 0xD9CC53) is known color: Confetti. HEX triplet: D9, CC and 53. RGB value is (217,204,83). Sum of RGB (Red+Green+Blue) = 217+204+83=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC53 is #2633AC. Grayscale: #C2C2C2. Windows color (decimal): -2503597 or 5491929. OLE color: 5491929.
HSL color Cylindrical-coordinate representation of color #D9CC53: hue angle of 54.18º 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 #D9CC53 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 83 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.15 |
| HSL | 54.18º | 0.64% | 0.59% | - |
| HSV(B) | 54.18º | 0.62% | 0.85% | - |
| XYZ | 51.77 | 58.56 | 16.76 | - |
| YUV | 194.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 83 | 0 | 0.06 | 0.62 | 0.15 | 54.18 | 0.64 | 0.59 |
| Hex | D9 | CC | 53 | 0 | 6 | 3E | F | 36 | 40 | 3B |
| Octal | 331 | 314 | 123 | 0 | 6 | 76 | 17 | 66 | 100 | 73 |
| Binary | 11011001 | 11001100 | 1010011 | 0 | 110 | 111110 | 1111 | 110110 | 1000000 | 111011 |
Color Harmonies of #D9CC53
Complementary color
Monochromatic Colors of #D9CC53
Black with #D9CC53
Text Example
Text Example
White with #D9CC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC53; }
p { color: rgb(217,204,83); }
H1.HeaderClassName
{
color: #D9CC53;
}
.AnyTagClassName
{
color: #D9CC53;
}
</style>
background-color css
<style>
a { background-color: #D9CC53; }
a { background-color: rgb(217,204,83); }
div.DivClassName
{
background-color: #D9CC53;
}
.BgClassName
{
background-color: #D9CC53;
}
</style>
border-color css
<style>
span { border-color: #D9CC53; }
span { border-color: rgb(217,204,83); }
td.TdClassName
{
border-color: #D9CC53;
}
.TagClassName
{
border-color: #D9CC53;
}
</style>