Shades of Confetti #D6CF4C
Tints of Confetti #D6CF4C
RGB
CMYK
RGB Variations
Color information
#D6CF4C (or 0xD6CF4C) is known color: Confetti. HEX triplet: D6, CF and 4C. RGB value is (214,207,76). Sum of RGB (Red+Green+Blue) = 214+207+76=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF4C is #2930B3. Grayscale: #C2C2C2. Windows color (decimal): -2699444 or 5033942. OLE color: 5033942.
HSL color Cylindrical-coordinate representation of color #D6CF4C: hue angle of 56.96º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6CF4C is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 76 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.16 |
| HSL | 56.96º | 0.63% | 0.57% | - |
| HSV(B) | 56.96º | 0.64% | 0.84% | - |
| XYZ | 51.35 | 59.44 | 15.6 | - |
| YUV | 194.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 76 | 0 | 0.03 | 0.64 | 0.16 | 56.96 | 0.63 | 0.57 |
| Hex | D6 | CF | 4C | 0 | 3 | 40 | 10 | 39 | 3F | 39 |
| Octal | 326 | 317 | 114 | 0 | 3 | 100 | 20 | 71 | 77 | 71 |
| Binary | 11010110 | 11001111 | 1001100 | 0 | 11 | 1000000 | 10000 | 111001 | 111111 | 111001 |
Color Harmonies of #D6CF4C
Complementary color
Monochromatic Colors of #D6CF4C
Black with #D6CF4C
Text Example
Text Example
White with #D6CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF4C; }
p { color: rgb(214,207,76); }
H1.HeaderClassName
{
color: #D6CF4C;
}
.AnyTagClassName
{
color: #D6CF4C;
}
</style>
background-color css
<style>
a { background-color: #D6CF4C; }
a { background-color: rgb(214,207,76); }
div.DivClassName
{
background-color: #D6CF4C;
}
.BgClassName
{
background-color: #D6CF4C;
}
</style>
border-color css
<style>
span { border-color: #D6CF4C; }
span { border-color: rgb(214,207,76); }
td.TdClassName
{
border-color: #D6CF4C;
}
.TagClassName
{
border-color: #D6CF4C;
}
</style>