Shades of Confetti #D5CB4E
Tints of Confetti #D5CB4E
RGB
CMYK
RGB Variations
Color information
#D5CB4E (or 0xD5CB4E) is known color: Confetti. HEX triplet: D5, CB and 4E. RGB value is (213,203,78). Sum of RGB (Red+Green+Blue) = 213+203+78=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB4E is #2A34B1. Grayscale: #C0C0C0. Windows color (decimal): -2766002 or 5163989. OLE color: 5163989.
HSL color Cylindrical-coordinate representation of color #D5CB4E: hue angle of 55.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 #D5CB4E is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 78 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.16 |
| HSL | 55.56º | 0.62% | 0.57% | - |
| HSV(B) | 55.56º | 0.63% | 0.84% | - |
| XYZ | 50.17 | 57.41 | 15.64 | - |
| YUV | 191.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 78 | 0 | 0.05 | 0.63 | 0.16 | 55.56 | 0.62 | 0.57 |
| Hex | D5 | CB | 4E | 0 | 5 | 3F | 10 | 38 | 3E | 39 |
| Octal | 325 | 313 | 116 | 0 | 5 | 77 | 20 | 70 | 76 | 71 |
| Binary | 11010101 | 11001011 | 1001110 | 0 | 101 | 111111 | 10000 | 111000 | 111110 | 111001 |
Color Harmonies of #D5CB4E
Complementary color
Monochromatic Colors of #D5CB4E
Black with #D5CB4E
Text Example
Text Example
White with #D5CB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB4E; }
p { color: rgb(213,203,78); }
H1.HeaderClassName
{
color: #D5CB4E;
}
.AnyTagClassName
{
color: #D5CB4E;
}
</style>
background-color css
<style>
a { background-color: #D5CB4E; }
a { background-color: rgb(213,203,78); }
div.DivClassName
{
background-color: #D5CB4E;
}
.BgClassName
{
background-color: #D5CB4E;
}
</style>
border-color css
<style>
span { border-color: #D5CB4E; }
span { border-color: rgb(213,203,78); }
td.TdClassName
{
border-color: #D5CB4E;
}
.TagClassName
{
border-color: #D5CB4E;
}
</style>