Shades of Confetti #D5CC4E
Tints of Confetti #D5CC4E
RGB
CMYK
RGB Variations
Color information
#D5CC4E (or 0xD5CC4E) is known color: Confetti. HEX triplet: D5, CC and 4E. RGB value is (213,204,78). Sum of RGB (Red+Green+Blue) = 213+204+78=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC4E is #2A33B1. Grayscale: #C0C0C0. Windows color (decimal): -2765746 or 5164245. OLE color: 5164245.
HSL color Cylindrical-coordinate representation of color #D5CC4E: hue angle of 56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5CC4E is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 78 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.16 |
| HSL | 56º | 0.62% | 0.57% | - |
| HSV(B) | 56º | 0.63% | 0.84% | - |
| XYZ | 50.41 | 57.88 | 15.72 | - |
| YUV | 192.33 | 63.48 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 78 | 0 | 0.04 | 0.63 | 0.16 | 56 | 0.62 | 0.57 |
| Hex | D5 | CC | 4E | 0 | 4 | 3F | 10 | 38 | 3E | 39 |
| Octal | 325 | 314 | 116 | 0 | 4 | 77 | 20 | 70 | 76 | 71 |
| Binary | 11010101 | 11001100 | 1001110 | 0 | 100 | 111111 | 10000 | 111000 | 111110 | 111001 |
Color Harmonies of #D5CC4E
Complementary color
Monochromatic Colors of #D5CC4E
Black with #D5CC4E
Text Example
Text Example
White with #D5CC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC4E; }
p { color: rgb(213,204,78); }
H1.HeaderClassName
{
color: #D5CC4E;
}
.AnyTagClassName
{
color: #D5CC4E;
}
</style>
background-color css
<style>
a { background-color: #D5CC4E; }
a { background-color: rgb(213,204,78); }
div.DivClassName
{
background-color: #D5CC4E;
}
.BgClassName
{
background-color: #D5CC4E;
}
</style>
border-color css
<style>
span { border-color: #D5CC4E; }
span { border-color: rgb(213,204,78); }
td.TdClassName
{
border-color: #D5CC4E;
}
.TagClassName
{
border-color: #D5CC4E;
}
</style>