Shades of Confetti #D7C54C
Tints of Confetti #D7C54C
RGB
CMYK
RGB Variations
Color information
#D7C54C (or 0xD7C54C) is known color: Confetti. HEX triplet: D7, C5 and 4C. RGB value is (215,197,76). Sum of RGB (Red+Green+Blue) = 215+197+76=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C54C is #283AB3. Grayscale: #BDBDBD. Windows color (decimal): -2636468 or 5031383. OLE color: 5031383.
HSL color Cylindrical-coordinate representation of color #D7C54C: hue angle of 52.23º 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 #D7C54C is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 76 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.16 |
| HSL | 52.23º | 0.63% | 0.57% | - |
| HSV(B) | 52.23º | 0.65% | 0.84% | - |
| XYZ | 49.3 | 54.9 | 14.84 | - |
| YUV | 188.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 76 | 0 | 0.08 | 0.65 | 0.16 | 52.23 | 0.63 | 0.57 |
| Hex | D7 | C5 | 4C | 0 | 8 | 41 | 10 | 34 | 3F | 39 |
| Octal | 327 | 305 | 114 | 0 | 10 | 101 | 20 | 64 | 77 | 71 |
| Binary | 11010111 | 11000101 | 1001100 | 0 | 1000 | 1000001 | 10000 | 110100 | 111111 | 111001 |
Color Harmonies of #D7C54C
Complementary color
Monochromatic Colors of #D7C54C
Black with #D7C54C
Text Example
Text Example
White with #D7C54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C54C; }
p { color: rgb(215,197,76); }
H1.HeaderClassName
{
color: #D7C54C;
}
.AnyTagClassName
{
color: #D7C54C;
}
</style>
background-color css
<style>
a { background-color: #D7C54C; }
a { background-color: rgb(215,197,76); }
div.DivClassName
{
background-color: #D7C54C;
}
.BgClassName
{
background-color: #D7C54C;
}
</style>
border-color css
<style>
span { border-color: #D7C54C; }
span { border-color: rgb(215,197,76); }
td.TdClassName
{
border-color: #D7C54C;
}
.TagClassName
{
border-color: #D7C54C;
}
</style>