Shades of Confetti #D5CA54
Tints of Confetti #D5CA54
RGB
CMYK
RGB Variations
Color information
#D5CA54 (or 0xD5CA54) is known color: Confetti. HEX triplet: D5, CA and 54. RGB value is (213,202,84). Sum of RGB (Red+Green+Blue) = 213+202+84=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA54 is #2A35AB. Grayscale: #C0C0C0. Windows color (decimal): -2766252 or 5556949. OLE color: 5556949.
HSL color Cylindrical-coordinate representation of color #D5CA54: hue angle of 54.88º 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 #D5CA54 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 84 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.16 |
| HSL | 54.88º | 0.61% | 0.58% | - |
| HSV(B) | 54.88º | 0.61% | 0.84% | - |
| XYZ | 50.16 | 57.03 | 16.75 | - |
| YUV | 191.84 | 67.14 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 84 | 0 | 0.05 | 0.61 | 0.16 | 54.88 | 0.61 | 0.58 |
| Hex | D5 | CA | 54 | 0 | 5 | 3D | 10 | 37 | 3D | 3A |
| Octal | 325 | 312 | 124 | 0 | 5 | 75 | 20 | 67 | 75 | 72 |
| Binary | 11010101 | 11001010 | 1010100 | 0 | 101 | 111101 | 10000 | 110111 | 111101 | 111010 |
Color Harmonies of #D5CA54
Complementary color
Monochromatic Colors of #D5CA54
Black with #D5CA54
Text Example
Text Example
White with #D5CA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA54; }
p { color: rgb(213,202,84); }
H1.HeaderClassName
{
color: #D5CA54;
}
.AnyTagClassName
{
color: #D5CA54;
}
</style>
background-color css
<style>
a { background-color: #D5CA54; }
a { background-color: rgb(213,202,84); }
div.DivClassName
{
background-color: #D5CA54;
}
.BgClassName
{
background-color: #D5CA54;
}
</style>
border-color css
<style>
span { border-color: #D5CA54; }
span { border-color: rgb(213,202,84); }
td.TdClassName
{
border-color: #D5CA54;
}
.TagClassName
{
border-color: #D5CA54;
}
</style>