Shades of Confetti #D7CE53
Tints of Confetti #D7CE53
RGB
CMYK
RGB Variations
Color information
#D7CE53 (or 0xD7CE53) is known color: Confetti. HEX triplet: D7, CE and 53. RGB value is (215,206,83). Sum of RGB (Red+Green+Blue) = 215+206+83=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE53 is #2831AC. Grayscale: #C3C3C3. Windows color (decimal): -2634157 or 5492439. OLE color: 5492439.
HSL color Cylindrical-coordinate representation of color #D7CE53: hue angle of 55.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7CE53 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 83 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.16 |
| HSL | 55.91º | 0.62% | 0.58% | - |
| HSV(B) | 55.91º | 0.61% | 0.84% | - |
| XYZ | 51.66 | 59.21 | 16.89 | - |
| YUV | 194.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 83 | 0 | 0.04 | 0.61 | 0.16 | 55.91 | 0.62 | 0.58 |
| Hex | D7 | CE | 53 | 0 | 4 | 3D | 10 | 38 | 3E | 3A |
| Octal | 327 | 316 | 123 | 0 | 4 | 75 | 20 | 70 | 76 | 72 |
| Binary | 11010111 | 11001110 | 1010011 | 0 | 100 | 111101 | 10000 | 111000 | 111110 | 111010 |
Color Harmonies of #D7CE53
Complementary color
Monochromatic Colors of #D7CE53
Black with #D7CE53
Text Example
Text Example
White with #D7CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE53; }
p { color: rgb(215,206,83); }
H1.HeaderClassName
{
color: #D7CE53;
}
.AnyTagClassName
{
color: #D7CE53;
}
</style>
background-color css
<style>
a { background-color: #D7CE53; }
a { background-color: rgb(215,206,83); }
div.DivClassName
{
background-color: #D7CE53;
}
.BgClassName
{
background-color: #D7CE53;
}
</style>
border-color css
<style>
span { border-color: #D7CE53; }
span { border-color: rgb(215,206,83); }
td.TdClassName
{
border-color: #D7CE53;
}
.TagClassName
{
border-color: #D7CE53;
}
</style>