Shades of Confetti #D7CE56
Tints of Confetti #D7CE56
RGB
CMYK
RGB Variations
Color information
#D7CE56 (or 0xD7CE56) is known color: Confetti. HEX triplet: D7, CE and 56. RGB value is (215,206,86). Sum of RGB (Red+Green+Blue) = 215+206+86=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE56 is #2831A9. Grayscale: #C3C3C3. Windows color (decimal): -2634154 or 5689047. OLE color: 5689047.
HSL color Cylindrical-coordinate representation of color #D7CE56: hue angle of 55.81º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7CE56 is Cyan = 0, Magento = 0.04, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 86 | - |
| CMYK | 0 | 0.04 | 0.6 | 0.16 |
| HSL | 55.81º | 0.62% | 0.59% | - |
| HSV(B) | 55.81º | 0.6% | 0.84% | - |
| XYZ | 51.78 | 59.26 | 17.51 | - |
| YUV | 195.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 86 | 0 | 0.04 | 0.6 | 0.16 | 55.81 | 0.62 | 0.59 |
| Hex | D7 | CE | 56 | 0 | 4 | 3C | 10 | 38 | 3E | 3B |
| Octal | 327 | 316 | 126 | 0 | 4 | 74 | 20 | 70 | 76 | 73 |
| Binary | 11010111 | 11001110 | 1010110 | 0 | 100 | 111100 | 10000 | 111000 | 111110 | 111011 |
Color Harmonies of #D7CE56
Complementary color
Monochromatic Colors of #D7CE56
Black with #D7CE56
Text Example
Text Example
White with #D7CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE56; }
p { color: rgb(215,206,86); }
H1.HeaderClassName
{
color: #D7CE56;
}
.AnyTagClassName
{
color: #D7CE56;
}
</style>
background-color css
<style>
a { background-color: #D7CE56; }
a { background-color: rgb(215,206,86); }
div.DivClassName
{
background-color: #D7CE56;
}
.BgClassName
{
background-color: #D7CE56;
}
</style>
border-color css
<style>
span { border-color: #D7CE56; }
span { border-color: rgb(215,206,86); }
td.TdClassName
{
border-color: #D7CE56;
}
.TagClassName
{
border-color: #D7CE56;
}
</style>