Shades of Confetti #D7C952
Tints of Confetti #D7C952
RGB
CMYK
RGB Variations
Color information
#D7C952 (or 0xD7C952) is known color: Confetti. HEX triplet: D7, C9 and 52. RGB value is (215,201,82). Sum of RGB (Red+Green+Blue) = 215+201+82=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C952 is #2836AD. Grayscale: #C0C0C0. Windows color (decimal): -2635438 or 5425623. OLE color: 5425623.
HSL color Cylindrical-coordinate representation of color #D7C952: hue angle of 53.68º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7C952 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 82 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.16 |
| HSL | 53.68º | 0.62% | 0.58% | - |
| HSV(B) | 53.68º | 0.62% | 0.84% | - |
| XYZ | 50.43 | 56.83 | 16.29 | - |
| YUV | 191.62 | 66.14 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 82 | 0 | 0.07 | 0.62 | 0.16 | 53.68 | 0.62 | 0.58 |
| Hex | D7 | C9 | 52 | 0 | 7 | 3E | 10 | 36 | 3E | 3A |
| Octal | 327 | 311 | 122 | 0 | 7 | 76 | 20 | 66 | 76 | 72 |
| Binary | 11010111 | 11001001 | 1010010 | 0 | 111 | 111110 | 10000 | 110110 | 111110 | 111010 |
Color Harmonies of #D7C952
Complementary color
Monochromatic Colors of #D7C952
Black with #D7C952
Text Example
Text Example
White with #D7C952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C952; }
p { color: rgb(215,201,82); }
H1.HeaderClassName
{
color: #D7C952;
}
.AnyTagClassName
{
color: #D7C952;
}
</style>
background-color css
<style>
a { background-color: #D7C952; }
a { background-color: rgb(215,201,82); }
div.DivClassName
{
background-color: #D7C952;
}
.BgClassName
{
background-color: #D7C952;
}
</style>
border-color css
<style>
span { border-color: #D7C952; }
span { border-color: rgb(215,201,82); }
td.TdClassName
{
border-color: #D7C952;
}
.TagClassName
{
border-color: #D7C952;
}
</style>