Shades of Confetti #D7CB55
Tints of Confetti #D7CB55
RGB
CMYK
RGB Variations
Color information
#D7CB55 (or 0xD7CB55) is known color: Confetti. HEX triplet: D7, CB and 55. RGB value is (215,203,85). Sum of RGB (Red+Green+Blue) = 215+203+85=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CB55 is #2834AA. Grayscale: #C1C1C1. Windows color (decimal): -2634923 or 5622743. OLE color: 5622743.
HSL color Cylindrical-coordinate representation of color #D7CB55: hue angle of 54.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7CB55 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 85 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.16 |
| HSL | 54.46º | 0.62% | 0.59% | - |
| HSV(B) | 54.46º | 0.6% | 0.84% | - |
| XYZ | 51.02 | 57.81 | 17.06 | - |
| YUV | 193.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 85 | 0 | 0.06 | 0.60 | 0.16 | 54.46 | 0.62 | 0.59 |
| Hex | D7 | CB | 55 | 0 | 6 | 3C | 10 | 36 | 3E | 3B |
| Octal | 327 | 313 | 125 | 0 | 6 | 74 | 20 | 66 | 76 | 73 |
| Binary | 11010111 | 11001011 | 1010101 | 0 | 110 | 111100 | 10000 | 110110 | 111110 | 111011 |
Color Harmonies of #D7CB55
Complementary color
Monochromatic Colors of #D7CB55
Black with #D7CB55
Text Example
Text Example
White with #D7CB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB55; }
p { color: rgb(215,203,85); }
H1.HeaderClassName
{
color: #D7CB55;
}
.AnyTagClassName
{
color: #D7CB55;
}
</style>
background-color css
<style>
a { background-color: #D7CB55; }
a { background-color: rgb(215,203,85); }
div.DivClassName
{
background-color: #D7CB55;
}
.BgClassName
{
background-color: #D7CB55;
}
</style>
border-color css
<style>
span { border-color: #D7CB55; }
span { border-color: rgb(215,203,85); }
td.TdClassName
{
border-color: #D7CB55;
}
.TagClassName
{
border-color: #D7CB55;
}
</style>