Shades of Confetti #D7CC53
Tints of Confetti #D7CC53
RGB
CMYK
RGB Variations
Color information
#D7CC53 (or 0xD7CC53) is known color: Confetti. HEX triplet: D7, CC and 53. RGB value is (215,204,83). Sum of RGB (Red+Green+Blue) = 215+204+83=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC53 is #2833AC. Grayscale: #C1C1C1. Windows color (decimal): -2634669 or 5491927. OLE color: 5491927.
HSL color Cylindrical-coordinate representation of color #D7CC53: hue angle of 55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7CC53 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 204 | 83 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.16 |
| HSL | 55º | 0.62% | 0.58% | - |
| HSV(B) | 55º | 0.61% | 0.84% | - |
| XYZ | 51.18 | 58.26 | 16.73 | - |
| YUV | 193.5 | 65.64 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 204 | 83 | 0 | 0.05 | 0.61 | 0.16 | 55 | 0.62 | 0.58 |
| Hex | D7 | CC | 53 | 0 | 5 | 3D | 10 | 37 | 3E | 3A |
| Octal | 327 | 314 | 123 | 0 | 5 | 75 | 20 | 67 | 76 | 72 |
| Binary | 11010111 | 11001100 | 1010011 | 0 | 101 | 111101 | 10000 | 110111 | 111110 | 111010 |
Color Harmonies of #D7CC53
Complementary color
Monochromatic Colors of #D7CC53
Black with #D7CC53
Text Example
Text Example
White with #D7CC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CC53; }
p { color: rgb(215,204,83); }
H1.HeaderClassName
{
color: #D7CC53;
}
.AnyTagClassName
{
color: #D7CC53;
}
</style>
background-color css
<style>
a { background-color: #D7CC53; }
a { background-color: rgb(215,204,83); }
div.DivClassName
{
background-color: #D7CC53;
}
.BgClassName
{
background-color: #D7CC53;
}
</style>
border-color css
<style>
span { border-color: #D7CC53; }
span { border-color: rgb(215,204,83); }
td.TdClassName
{
border-color: #D7CC53;
}
.TagClassName
{
border-color: #D7CC53;
}
</style>