Shades of Confetti #D6CE4B
Tints of Confetti #D6CE4B
RGB
CMYK
RGB Variations
Color information
#D6CE4B (or 0xD6CE4B) is known color: Confetti. HEX triplet: D6, CE and 4B. RGB value is (214,206,75). Sum of RGB (Red+Green+Blue) = 214+206+75=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE4B is #2931B4. Grayscale: #C1C1C1. Windows color (decimal): -2699701 or 4968150. OLE color: 4968150.
HSL color Cylindrical-coordinate representation of color #D6CE4B: hue angle of 56.55º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6CE4B is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 75 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.16 |
| HSL | 56.55º | 0.63% | 0.57% | - |
| HSV(B) | 56.55º | 0.65% | 0.84% | - |
| XYZ | 51.07 | 58.95 | 15.34 | - |
| YUV | 193.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 75 | 0 | 0.04 | 0.65 | 0.16 | 56.55 | 0.63 | 0.57 |
| Hex | D6 | CE | 4B | 0 | 4 | 41 | 10 | 39 | 3F | 39 |
| Octal | 326 | 316 | 113 | 0 | 4 | 101 | 20 | 71 | 77 | 71 |
| Binary | 11010110 | 11001110 | 1001011 | 0 | 100 | 1000001 | 10000 | 111001 | 111111 | 111001 |
Color Harmonies of #D6CE4B
Complementary color
Monochromatic Colors of #D6CE4B
Black with #D6CE4B
Text Example
Text Example
White with #D6CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE4B; }
p { color: rgb(214,206,75); }
H1.HeaderClassName
{
color: #D6CE4B;
}
.AnyTagClassName
{
color: #D6CE4B;
}
</style>
background-color css
<style>
a { background-color: #D6CE4B; }
a { background-color: rgb(214,206,75); }
div.DivClassName
{
background-color: #D6CE4B;
}
.BgClassName
{
background-color: #D6CE4B;
}
</style>
border-color css
<style>
span { border-color: #D6CE4B; }
span { border-color: rgb(214,206,75); }
td.TdClassName
{
border-color: #D6CE4B;
}
.TagClassName
{
border-color: #D6CE4B;
}
</style>