Shades of Confetti #D0C653
Tints of Confetti #D0C653
RGB
CMYK
RGB Variations
Color information
#D0C653 (or 0xD0C653) is known color: Confetti. HEX triplet: D0, C6 and 53. RGB value is (208,198,83). Sum of RGB (Red+Green+Blue) = 208+198+83=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C653 is #2F39AC. Grayscale: #BCBCBC. Windows color (decimal): -3094957 or 5490384. OLE color: 5490384.
HSL color Cylindrical-coordinate representation of color #D0C653: hue angle of 55.2º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0C653 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 83 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.18 |
| HSL | 55.2º | 0.57% | 0.57% | - |
| HSV(B) | 55.2º | 0.6% | 0.82% | - |
| XYZ | 47.77 | 54.42 | 16.17 | - |
| YUV | 187.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 83 | 0 | 0.05 | 0.60 | 0.18 | 55.2 | 0.57 | 0.57 |
| Hex | D0 | C6 | 53 | 0 | 5 | 3C | 12 | 37 | 39 | 39 |
| Octal | 320 | 306 | 123 | 0 | 5 | 74 | 22 | 67 | 71 | 71 |
| Binary | 11010000 | 11000110 | 1010011 | 0 | 101 | 111100 | 10010 | 110111 | 111001 | 111001 |
Color Harmonies of #D0C653
Complementary color
Monochromatic Colors of #D0C653
Black with #D0C653
Text Example
Text Example
White with #D0C653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C653; }
p { color: rgb(208,198,83); }
H1.HeaderClassName
{
color: #D0C653;
}
.AnyTagClassName
{
color: #D0C653;
}
</style>
background-color css
<style>
a { background-color: #D0C653; }
a { background-color: rgb(208,198,83); }
div.DivClassName
{
background-color: #D0C653;
}
.BgClassName
{
background-color: #D0C653;
}
</style>
border-color css
<style>
span { border-color: #D0C653; }
span { border-color: rgb(208,198,83); }
td.TdClassName
{
border-color: #D0C653;
}
.TagClassName
{
border-color: #D0C653;
}
</style>