Shades of Confetti #D7C350
Tints of Confetti #D7C350
RGB
CMYK
RGB Variations
Color information
#D7C350 (or 0xD7C350) is known color: Confetti. HEX triplet: D7, C3 and 50. RGB value is (215,195,80). Sum of RGB (Red+Green+Blue) = 215+195+80=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C350 is #283CAF. Grayscale: #BCBCBC. Windows color (decimal): -2636976 or 5293015. OLE color: 5293015.
HSL color Cylindrical-coordinate representation of color #D7C350: hue angle of 51.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7C350 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 195 | 80 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.16 |
| HSL | 51.11º | 0.63% | 0.58% | - |
| HSV(B) | 51.11º | 0.63% | 0.84% | - |
| XYZ | 48.99 | 54.06 | 15.44 | - |
| YUV | 187.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 80 | 0 | 0.09 | 0.63 | 0.16 | 51.11 | 0.63 | 0.58 |
| Hex | D7 | C3 | 50 | 0 | 9 | 3F | 10 | 33 | 3F | 3A |
| Octal | 327 | 303 | 120 | 0 | 11 | 77 | 20 | 63 | 77 | 72 |
| Binary | 11010111 | 11000011 | 1010000 | 0 | 1001 | 111111 | 10000 | 110011 | 111111 | 111010 |
Color Harmonies of #D7C350
Complementary color
Monochromatic Colors of #D7C350
Black with #D7C350
Text Example
Text Example
White with #D7C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C350; }
p { color: rgb(215,195,80); }
H1.HeaderClassName
{
color: #D7C350;
}
.AnyTagClassName
{
color: #D7C350;
}
</style>
background-color css
<style>
a { background-color: #D7C350; }
a { background-color: rgb(215,195,80); }
div.DivClassName
{
background-color: #D7C350;
}
.BgClassName
{
background-color: #D7C350;
}
</style>
border-color css
<style>
span { border-color: #D7C350; }
span { border-color: rgb(215,195,80); }
td.TdClassName
{
border-color: #D7C350;
}
.TagClassName
{
border-color: #D7C350;
}
</style>