Shades of Confetti #D5CA52
Tints of Confetti #D5CA52
RGB
CMYK
RGB Variations
Color information
#D5CA52 (or 0xD5CA52) is known color: Confetti. HEX triplet: D5, CA and 52. RGB value is (213,202,82). Sum of RGB (Red+Green+Blue) = 213+202+82=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA52 is #2A35AD. Grayscale: #C0C0C0. Windows color (decimal): -2766254 or 5425877. OLE color: 5425877.
HSL color Cylindrical-coordinate representation of color #D5CA52: hue angle of 54.96º 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 #D5CA52 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 82 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.16 |
| HSL | 54.96º | 0.61% | 0.58% | - |
| HSV(B) | 54.96º | 0.62% | 0.84% | - |
| XYZ | 50.08 | 57 | 16.34 | - |
| YUV | 191.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 82 | 0 | 0.05 | 0.62 | 0.16 | 54.96 | 0.61 | 0.58 |
| Hex | D5 | CA | 52 | 0 | 5 | 3E | 10 | 37 | 3D | 3A |
| Octal | 325 | 312 | 122 | 0 | 5 | 76 | 20 | 67 | 75 | 72 |
| Binary | 11010101 | 11001010 | 1010010 | 0 | 101 | 111110 | 10000 | 110111 | 111101 | 111010 |
Color Harmonies of #D5CA52
Complementary color
Monochromatic Colors of #D5CA52
Black with #D5CA52
Text Example
Text Example
White with #D5CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA52; }
p { color: rgb(213,202,82); }
H1.HeaderClassName
{
color: #D5CA52;
}
.AnyTagClassName
{
color: #D5CA52;
}
</style>
background-color css
<style>
a { background-color: #D5CA52; }
a { background-color: rgb(213,202,82); }
div.DivClassName
{
background-color: #D5CA52;
}
.BgClassName
{
background-color: #D5CA52;
}
</style>
border-color css
<style>
span { border-color: #D5CA52; }
span { border-color: rgb(213,202,82); }
td.TdClassName
{
border-color: #D5CA52;
}
.TagClassName
{
border-color: #D5CA52;
}
</style>