Shades of Confetti #D7CB52
Tints of Confetti #D7CB52
RGB
CMYK
RGB Variations
Color information
#D7CB52 (or 0xD7CB52) is known color: Confetti. HEX triplet: D7, CB and 52. RGB value is (215,203,82). Sum of RGB (Red+Green+Blue) = 215+203+82=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CB52 is #2834AD. Grayscale: #C1C1C1. Windows color (decimal): -2634926 or 5426135. OLE color: 5426135.
HSL color Cylindrical-coordinate representation of color #D7CB52: hue angle of 54.59º 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 #D7CB52 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 82 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.16 |
| HSL | 54.59º | 0.62% | 0.58% | - |
| HSV(B) | 54.59º | 0.62% | 0.84% | - |
| XYZ | 50.9 | 57.77 | 16.45 | - |
| YUV | 192.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 82 | 0 | 0.06 | 0.62 | 0.16 | 54.59 | 0.62 | 0.58 |
| Hex | D7 | CB | 52 | 0 | 6 | 3E | 10 | 37 | 3E | 3A |
| Octal | 327 | 313 | 122 | 0 | 6 | 76 | 20 | 67 | 76 | 72 |
| Binary | 11010111 | 11001011 | 1010010 | 0 | 110 | 111110 | 10000 | 110111 | 111110 | 111010 |
Color Harmonies of #D7CB52
Complementary color
Monochromatic Colors of #D7CB52
Black with #D7CB52
Text Example
Text Example
White with #D7CB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB52; }
p { color: rgb(215,203,82); }
H1.HeaderClassName
{
color: #D7CB52;
}
.AnyTagClassName
{
color: #D7CB52;
}
</style>
background-color css
<style>
a { background-color: #D7CB52; }
a { background-color: rgb(215,203,82); }
div.DivClassName
{
background-color: #D7CB52;
}
.BgClassName
{
background-color: #D7CB52;
}
</style>
border-color css
<style>
span { border-color: #D7CB52; }
span { border-color: rgb(215,203,82); }
td.TdClassName
{
border-color: #D7CB52;
}
.TagClassName
{
border-color: #D7CB52;
}
</style>