Shades of Confetti #D5CE4C
Tints of Confetti #D5CE4C
RGB
CMYK
RGB Variations
Color information
#D5CE4C (or 0xD5CE4C) is known color: Confetti. HEX triplet: D5, CE and 4C. RGB value is (213,206,76). Sum of RGB (Red+Green+Blue) = 213+206+76=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE4C is #2A31B3. Grayscale: #C1C1C1. Windows color (decimal): -2765236 or 5033685. OLE color: 5033685.
HSL color Cylindrical-coordinate representation of color #D5CE4C: hue angle of 56.93º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5CE4C is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 76 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.16 |
| HSL | 56.93º | 0.62% | 0.57% | - |
| HSV(B) | 56.93º | 0.64% | 0.84% | - |
| XYZ | 50.82 | 58.81 | 15.51 | - |
| YUV | 193.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 76 | 0 | 0.03 | 0.64 | 0.16 | 56.93 | 0.62 | 0.57 |
| Hex | D5 | CE | 4C | 0 | 3 | 40 | 10 | 39 | 3E | 39 |
| Octal | 325 | 316 | 114 | 0 | 3 | 100 | 20 | 71 | 76 | 71 |
| Binary | 11010101 | 11001110 | 1001100 | 0 | 11 | 1000000 | 10000 | 111001 | 111110 | 111001 |
Color Harmonies of #D5CE4C
Complementary color
Monochromatic Colors of #D5CE4C
Black with #D5CE4C
Text Example
Text Example
White with #D5CE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE4C; }
p { color: rgb(213,206,76); }
H1.HeaderClassName
{
color: #D5CE4C;
}
.AnyTagClassName
{
color: #D5CE4C;
}
</style>
background-color css
<style>
a { background-color: #D5CE4C; }
a { background-color: rgb(213,206,76); }
div.DivClassName
{
background-color: #D5CE4C;
}
.BgClassName
{
background-color: #D5CE4C;
}
</style>
border-color css
<style>
span { border-color: #D5CE4C; }
span { border-color: rgb(213,206,76); }
td.TdClassName
{
border-color: #D5CE4C;
}
.TagClassName
{
border-color: #D5CE4C;
}
</style>