Shades of Confetti #D7CB54
Tints of Confetti #D7CB54
RGB
CMYK
RGB Variations
Color information
#D7CB54 (or 0xD7CB54) is known color: Confetti. HEX triplet: D7, CB and 54. RGB value is (215,203,84). Sum of RGB (Red+Green+Blue) = 215+203+84=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CB54 is #2834AB. Grayscale: #C1C1C1. Windows color (decimal): -2634924 or 5557207. OLE color: 5557207.
HSL color Cylindrical-coordinate representation of color #D7CB54: hue angle of 54.5º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7CB54 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 84 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.16 |
| HSL | 54.5º | 0.62% | 0.59% | - |
| HSV(B) | 54.5º | 0.61% | 0.84% | - |
| XYZ | 50.98 | 57.8 | 16.86 | - |
| YUV | 193.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 84 | 0 | 0.06 | 0.61 | 0.16 | 54.5 | 0.62 | 0.59 |
| Hex | D7 | CB | 54 | 0 | 6 | 3D | 10 | 37 | 3E | 3B |
| Octal | 327 | 313 | 124 | 0 | 6 | 75 | 20 | 67 | 76 | 73 |
| Binary | 11010111 | 11001011 | 1010100 | 0 | 110 | 111101 | 10000 | 110111 | 111110 | 111011 |
Color Harmonies of #D7CB54
Complementary color
Monochromatic Colors of #D7CB54
Black with #D7CB54
Text Example
Text Example
White with #D7CB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB54; }
p { color: rgb(215,203,84); }
H1.HeaderClassName
{
color: #D7CB54;
}
.AnyTagClassName
{
color: #D7CB54;
}
</style>
background-color css
<style>
a { background-color: #D7CB54; }
a { background-color: rgb(215,203,84); }
div.DivClassName
{
background-color: #D7CB54;
}
.BgClassName
{
background-color: #D7CB54;
}
</style>
border-color css
<style>
span { border-color: #D7CB54; }
span { border-color: rgb(215,203,84); }
td.TdClassName
{
border-color: #D7CB54;
}
.TagClassName
{
border-color: #D7CB54;
}
</style>