Shades of Confetti #D5C652
Tints of Confetti #D5C652
RGB
CMYK
RGB Variations
Color information
#D5C652 (or 0xD5C652) is known color: Confetti. HEX triplet: D5, C6 and 52. RGB value is (213,198,82). Sum of RGB (Red+Green+Blue) = 213+198+82=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C652 is #2A39AD. Grayscale: #BDBDBD. Windows color (decimal): -2767278 or 5424853. OLE color: 5424853.
HSL color Cylindrical-coordinate representation of color #D5C652: hue angle of 53.13º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5C652 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 82 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.16 |
| HSL | 53.13º | 0.61% | 0.58% | - |
| HSV(B) | 53.13º | 0.62% | 0.84% | - |
| XYZ | 49.16 | 55.14 | 16.04 | - |
| YUV | 189.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 82 | 0 | 0.07 | 0.62 | 0.16 | 53.13 | 0.61 | 0.58 |
| Hex | D5 | C6 | 52 | 0 | 7 | 3E | 10 | 35 | 3D | 3A |
| Octal | 325 | 306 | 122 | 0 | 7 | 76 | 20 | 65 | 75 | 72 |
| Binary | 11010101 | 11000110 | 1010010 | 0 | 111 | 111110 | 10000 | 110101 | 111101 | 111010 |
Color Harmonies of #D5C652
Complementary color
Monochromatic Colors of #D5C652
Black with #D5C652
Text Example
Text Example
White with #D5C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C652; }
p { color: rgb(213,198,82); }
H1.HeaderClassName
{
color: #D5C652;
}
.AnyTagClassName
{
color: #D5C652;
}
</style>
background-color css
<style>
a { background-color: #D5C652; }
a { background-color: rgb(213,198,82); }
div.DivClassName
{
background-color: #D5C652;
}
.BgClassName
{
background-color: #D5C652;
}
</style>
border-color css
<style>
span { border-color: #D5C652; }
span { border-color: rgb(213,198,82); }
td.TdClassName
{
border-color: #D5C652;
}
.TagClassName
{
border-color: #D5C652;
}
</style>