Shades of Confetti #D7C245
Tints of Confetti #D7C245
RGB
CMYK
RGB Variations
Color information
#D7C245 (or 0xD7C245) is known color: Confetti. HEX triplet: D7, C2 and 45. RGB value is (215,194,69). Sum of RGB (Red+Green+Blue) = 215+194+69=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C245 is #283DBA. Grayscale: #BABABA. Windows color (decimal): -2637243 or 4571863. OLE color: 4571863.
HSL color Cylindrical-coordinate representation of color #D7C245: hue angle of 51.37º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7C245 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 69 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.16 |
| HSL | 51.37º | 0.65% | 0.56% | - |
| HSV(B) | 51.37º | 0.68% | 0.84% | - |
| XYZ | 48.39 | 53.46 | 13.4 | - |
| YUV | 186.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 69 | 0 | 0.10 | 0.68 | 0.16 | 51.37 | 0.65 | 0.56 |
| Hex | D7 | C2 | 45 | 0 | A | 44 | 10 | 33 | 41 | 38 |
| Octal | 327 | 302 | 105 | 0 | 12 | 104 | 20 | 63 | 101 | 70 |
| Binary | 11010111 | 11000010 | 1000101 | 0 | 1010 | 1000100 | 10000 | 110011 | 1000001 | 111000 |
Color Harmonies of #D7C245
Complementary color
Monochromatic Colors of #D7C245
Black with #D7C245
Text Example
Text Example
White with #D7C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C245; }
p { color: rgb(215,194,69); }
H1.HeaderClassName
{
color: #D7C245;
}
.AnyTagClassName
{
color: #D7C245;
}
</style>
background-color css
<style>
a { background-color: #D7C245; }
a { background-color: rgb(215,194,69); }
div.DivClassName
{
background-color: #D7C245;
}
.BgClassName
{
background-color: #D7C245;
}
</style>
border-color css
<style>
span { border-color: #D7C245; }
span { border-color: rgb(215,194,69); }
td.TdClassName
{
border-color: #D7C245;
}
.TagClassName
{
border-color: #D7C245;
}
</style>