Shades of Confetti #D5D053
Tints of Confetti #D5D053
RGB
CMYK
RGB Variations
Color information
#D5D053 (or 0xD5D053) is known color: Confetti. HEX triplet: D5, D0 and 53. RGB value is (213,208,83). Sum of RGB (Red+Green+Blue) = 213+208+83=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D053 is #2A2FAC. Grayscale: #C3C3C3. Windows color (decimal): -2764717 or 5492949. OLE color: 5492949.
HSL color Cylindrical-coordinate representation of color #D5D053: hue angle of 57.69º 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 #D5D053 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 83 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.16 |
| HSL | 57.69º | 0.61% | 0.58% | - |
| HSV(B) | 57.69º | 0.61% | 0.84% | - |
| XYZ | 51.56 | 59.88 | 17.02 | - |
| YUV | 195.25 | 64.66 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 83 | 0 | 0.02 | 0.61 | 0.16 | 57.69 | 0.61 | 0.58 |
| Hex | D5 | D0 | 53 | 0 | 2 | 3D | 10 | 3A | 3D | 3A |
| Octal | 325 | 320 | 123 | 0 | 2 | 75 | 20 | 72 | 75 | 72 |
| Binary | 11010101 | 11010000 | 1010011 | 0 | 10 | 111101 | 10000 | 111010 | 111101 | 111010 |
Color Harmonies of #D5D053
Complementary color
Monochromatic Colors of #D5D053
Black with #D5D053
Text Example
Text Example
White with #D5D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D053; }
p { color: rgb(213,208,83); }
H1.HeaderClassName
{
color: #D5D053;
}
.AnyTagClassName
{
color: #D5D053;
}
</style>
background-color css
<style>
a { background-color: #D5D053; }
a { background-color: rgb(213,208,83); }
div.DivClassName
{
background-color: #D5D053;
}
.BgClassName
{
background-color: #D5D053;
}
</style>
border-color css
<style>
span { border-color: #D5D053; }
span { border-color: rgb(213,208,83); }
td.TdClassName
{
border-color: #D5D053;
}
.TagClassName
{
border-color: #D5D053;
}
</style>