Shades of Confetti #D4CF50
Tints of Confetti #D4CF50
RGB
CMYK
RGB Variations
Color information
#D4CF50 (or 0xD4CF50) is known color: Confetti. HEX triplet: D4, CF and 50. RGB value is (212,207,80). Sum of RGB (Red+Green+Blue) = 212+207+80=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF50 is #2B30AF. Grayscale: #C2C2C2. Windows color (decimal): -2830512 or 5296084. OLE color: 5296084.
HSL color Cylindrical-coordinate representation of color #D4CF50: hue angle of 57.73º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4CF50 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 80 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.17 |
| HSL | 57.73º | 0.61% | 0.57% | - |
| HSV(B) | 57.73º | 0.62% | 0.83% | - |
| XYZ | 50.91 | 59.2 | 16.33 | - |
| YUV | 194.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 80 | 0 | 0.02 | 0.62 | 0.17 | 57.73 | 0.61 | 0.57 |
| Hex | D4 | CF | 50 | 0 | 2 | 3E | 11 | 3A | 3D | 39 |
| Octal | 324 | 317 | 120 | 0 | 2 | 76 | 21 | 72 | 75 | 71 |
| Binary | 11010100 | 11001111 | 1010000 | 0 | 10 | 111110 | 10001 | 111010 | 111101 | 111001 |
Color Harmonies of #D4CF50
Complementary color
Monochromatic Colors of #D4CF50
Black with #D4CF50
Text Example
Text Example
White with #D4CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF50; }
p { color: rgb(212,207,80); }
H1.HeaderClassName
{
color: #D4CF50;
}
.AnyTagClassName
{
color: #D4CF50;
}
</style>
background-color css
<style>
a { background-color: #D4CF50; }
a { background-color: rgb(212,207,80); }
div.DivClassName
{
background-color: #D4CF50;
}
.BgClassName
{
background-color: #D4CF50;
}
</style>
border-color css
<style>
span { border-color: #D4CF50; }
span { border-color: rgb(212,207,80); }
td.TdClassName
{
border-color: #D4CF50;
}
.TagClassName
{
border-color: #D4CF50;
}
</style>