Shades of Confetti #D2CF4C
Tints of Confetti #D2CF4C
RGB
CMYK
RGB Variations
Color information
#D2CF4C (or 0xD2CF4C) is known color: Confetti. HEX triplet: D2, CF and 4C. RGB value is (210,207,76). Sum of RGB (Red+Green+Blue) = 210+207+76=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CF4C is #2D30B3. Grayscale: #C1C1C1. Windows color (decimal): -2961588 or 5033938. OLE color: 5033938.
HSL color Cylindrical-coordinate representation of color #D2CF4C: hue angle of 58.66º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2CF4C is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 76 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.18 |
| HSL | 58.66º | 0.6% | 0.56% | - |
| HSV(B) | 58.66º | 0.64% | 0.82% | - |
| XYZ | 50.2 | 58.85 | 15.55 | - |
| YUV | 192.96 | 61.99 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 76 | 0 | 0.01 | 0.64 | 0.18 | 58.66 | 0.6 | 0.56 |
| Hex | D2 | CF | 4C | 0 | 1 | 40 | 12 | 3B | 3C | 38 |
| Octal | 322 | 317 | 114 | 0 | 1 | 100 | 22 | 73 | 74 | 70 |
| Binary | 11010010 | 11001111 | 1001100 | 0 | 1 | 1000000 | 10010 | 111011 | 111100 | 111000 |
Color Harmonies of #D2CF4C
Complementary color
Monochromatic Colors of #D2CF4C
Black with #D2CF4C
Text Example
Text Example
White with #D2CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF4C; }
p { color: rgb(210,207,76); }
H1.HeaderClassName
{
color: #D2CF4C;
}
.AnyTagClassName
{
color: #D2CF4C;
}
</style>
background-color css
<style>
a { background-color: #D2CF4C; }
a { background-color: rgb(210,207,76); }
div.DivClassName
{
background-color: #D2CF4C;
}
.BgClassName
{
background-color: #D2CF4C;
}
</style>
border-color css
<style>
span { border-color: #D2CF4C; }
span { border-color: rgb(210,207,76); }
td.TdClassName
{
border-color: #D2CF4C;
}
.TagClassName
{
border-color: #D2CF4C;
}
</style>