Shades of Confetti #D7D14B
Tints of Confetti #D7D14B
RGB
CMYK
RGB Variations
Color information
#D7D14B (or 0xD7D14B) is known color: Confetti. HEX triplet: D7, D1 and 4B. RGB value is (215,209,75). Sum of RGB (Red+Green+Blue) = 215+209+75=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D14B is #282EB4. Grayscale: #C4C4C4. Windows color (decimal): -2633397 or 4968919. OLE color: 4968919.
HSL color Cylindrical-coordinate representation of color #D7D14B: hue angle of 57.43º degrees, saturation: 0.64, 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 #D7D14B is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 75 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.16 |
| HSL | 57.43º | 0.64% | 0.57% | - |
| HSV(B) | 57.43º | 0.65% | 0.84% | - |
| XYZ | 52.09 | 60.56 | 15.6 | - |
| YUV | 195.52 | 59.99 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 75 | 0 | 0.03 | 0.65 | 0.16 | 57.43 | 0.64 | 0.57 |
| Hex | D7 | D1 | 4B | 0 | 3 | 41 | 10 | 39 | 40 | 39 |
| Octal | 327 | 321 | 113 | 0 | 3 | 101 | 20 | 71 | 100 | 71 |
| Binary | 11010111 | 11010001 | 1001011 | 0 | 11 | 1000001 | 10000 | 111001 | 1000000 | 111001 |
Color Harmonies of #D7D14B
Complementary color
Monochromatic Colors of #D7D14B
Black with #D7D14B
Text Example
Text Example
White with #D7D14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D14B; }
p { color: rgb(215,209,75); }
H1.HeaderClassName
{
color: #D7D14B;
}
.AnyTagClassName
{
color: #D7D14B;
}
</style>
background-color css
<style>
a { background-color: #D7D14B; }
a { background-color: rgb(215,209,75); }
div.DivClassName
{
background-color: #D7D14B;
}
.BgClassName
{
background-color: #D7D14B;
}
</style>
border-color css
<style>
span { border-color: #D7D14B; }
span { border-color: rgb(215,209,75); }
td.TdClassName
{
border-color: #D7D14B;
}
.TagClassName
{
border-color: #D7D14B;
}
</style>