Shades of Confetti #D5C450
Tints of Confetti #D5C450
RGB
CMYK
RGB Variations
Color information
#D5C450 (or 0xD5C450) is known color: Confetti. HEX triplet: D5, C4 and 50. RGB value is (213,196,80). Sum of RGB (Red+Green+Blue) = 213+196+80=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C450 is #2A3BAF. Grayscale: #BCBCBC. Windows color (decimal): -2767792 or 5293269. OLE color: 5293269.
HSL color Cylindrical-coordinate representation of color #D5C450: hue angle of 52.33º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5C450 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 196 | 80 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.16 |
| HSL | 52.33º | 0.61% | 0.57% | - |
| HSV(B) | 52.33º | 0.62% | 0.84% | - |
| XYZ | 48.63 | 54.21 | 15.49 | - |
| YUV | 187.86 | 67.13 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 196 | 80 | 0 | 0.08 | 0.62 | 0.16 | 52.33 | 0.61 | 0.57 |
| Hex | D5 | C4 | 50 | 0 | 8 | 3E | 10 | 34 | 3D | 39 |
| Octal | 325 | 304 | 120 | 0 | 10 | 76 | 20 | 64 | 75 | 71 |
| Binary | 11010101 | 11000100 | 1010000 | 0 | 1000 | 111110 | 10000 | 110100 | 111101 | 111001 |
Color Harmonies of #D5C450
Complementary color
Monochromatic Colors of #D5C450
Black with #D5C450
Text Example
Text Example
White with #D5C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C450; }
p { color: rgb(213,196,80); }
H1.HeaderClassName
{
color: #D5C450;
}
.AnyTagClassName
{
color: #D5C450;
}
</style>
background-color css
<style>
a { background-color: #D5C450; }
a { background-color: rgb(213,196,80); }
div.DivClassName
{
background-color: #D5C450;
}
.BgClassName
{
background-color: #D5C450;
}
</style>
border-color css
<style>
span { border-color: #D5C450; }
span { border-color: rgb(213,196,80); }
td.TdClassName
{
border-color: #D5C450;
}
.TagClassName
{
border-color: #D5C450;
}
</style>