Shades of Confetti #D9CC52
Tints of Confetti #D9CC52
RGB
CMYK
RGB Variations
Color information
#D9CC52 (or 0xD9CC52) is known color: Confetti. HEX triplet: D9, CC and 52. RGB value is (217,204,82). Sum of RGB (Red+Green+Blue) = 217+204+82=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC52 is #2633AD. Grayscale: #C2C2C2. Windows color (decimal): -2503598 or 5426393. OLE color: 5426393.
HSL color Cylindrical-coordinate representation of color #D9CC52: hue angle of 54.22º 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 #D9CC52 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 82 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.15 |
| HSL | 54.22º | 0.64% | 0.59% | - |
| HSV(B) | 54.22º | 0.62% | 0.85% | - |
| XYZ | 51.73 | 58.55 | 16.56 | - |
| YUV | 193.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 82 | 0 | 0.06 | 0.62 | 0.15 | 54.22 | 0.64 | 0.59 |
| Hex | D9 | CC | 52 | 0 | 6 | 3E | F | 36 | 40 | 3B |
| Octal | 331 | 314 | 122 | 0 | 6 | 76 | 17 | 66 | 100 | 73 |
| Binary | 11011001 | 11001100 | 1010010 | 0 | 110 | 111110 | 1111 | 110110 | 1000000 | 111011 |
Color Harmonies of #D9CC52
Complementary color
Monochromatic Colors of #D9CC52
Black with #D9CC52
Text Example
Text Example
White with #D9CC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC52; }
p { color: rgb(217,204,82); }
H1.HeaderClassName
{
color: #D9CC52;
}
.AnyTagClassName
{
color: #D9CC52;
}
</style>
background-color css
<style>
a { background-color: #D9CC52; }
a { background-color: rgb(217,204,82); }
div.DivClassName
{
background-color: #D9CC52;
}
.BgClassName
{
background-color: #D9CC52;
}
</style>
border-color css
<style>
span { border-color: #D9CC52; }
span { border-color: rgb(217,204,82); }
td.TdClassName
{
border-color: #D9CC52;
}
.TagClassName
{
border-color: #D9CC52;
}
</style>