Shades of Confetti #D5CF54
Tints of Confetti #D5CF54
RGB
CMYK
RGB Variations
Color information
#D5CF54 (or 0xD5CF54) is known color: Confetti. HEX triplet: D5, CF and 54. RGB value is (213,207,84). Sum of RGB (Red+Green+Blue) = 213+207+84=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF54 is #2A30AB. Grayscale: #C3C3C3. Windows color (decimal): -2764972 or 5558229. OLE color: 5558229.
HSL color Cylindrical-coordinate representation of color #D5CF54: hue angle of 57.21º degrees, saturation: 0.61, 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 #D5CF54 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 84 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.16 |
| HSL | 57.21º | 0.61% | 0.58% | - |
| HSV(B) | 57.21º | 0.61% | 0.84% | - |
| XYZ | 51.35 | 59.41 | 17.15 | - |
| YUV | 194.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 84 | 0 | 0.03 | 0.61 | 0.16 | 57.21 | 0.61 | 0.58 |
| Hex | D5 | CF | 54 | 0 | 3 | 3D | 10 | 39 | 3D | 3A |
| Octal | 325 | 317 | 124 | 0 | 3 | 75 | 20 | 71 | 75 | 72 |
| Binary | 11010101 | 11001111 | 1010100 | 0 | 11 | 111101 | 10000 | 111001 | 111101 | 111010 |
Color Harmonies of #D5CF54
Complementary color
Monochromatic Colors of #D5CF54
Black with #D5CF54
Text Example
Text Example
White with #D5CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF54; }
p { color: rgb(213,207,84); }
H1.HeaderClassName
{
color: #D5CF54;
}
.AnyTagClassName
{
color: #D5CF54;
}
</style>
background-color css
<style>
a { background-color: #D5CF54; }
a { background-color: rgb(213,207,84); }
div.DivClassName
{
background-color: #D5CF54;
}
.BgClassName
{
background-color: #D5CF54;
}
</style>
border-color css
<style>
span { border-color: #D5CF54; }
span { border-color: rgb(213,207,84); }
td.TdClassName
{
border-color: #D5CF54;
}
.TagClassName
{
border-color: #D5CF54;
}
</style>