Shades of Confetti #D0C04C
Tints of Confetti #D0C04C
RGB
CMYK
RGB Variations
Color information
#D0C04C (or 0xD0C04C) is known color: Confetti. HEX triplet: D0, C0 and 4C. RGB value is (208,192,76). Sum of RGB (Red+Green+Blue) = 208+192+76=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C04C is #2F3FB3. Grayscale: #B8B8B8. Windows color (decimal): -3096500 or 5030096. OLE color: 5030096.
HSL color Cylindrical-coordinate representation of color #D0C04C: hue angle of 52.73º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0C04C is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 76 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.18 |
| HSL | 52.73º | 0.58% | 0.56% | - |
| HSV(B) | 52.73º | 0.63% | 0.82% | - |
| XYZ | 46.17 | 51.63 | 14.37 | - |
| YUV | 183.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 76 | 0 | 0.08 | 0.63 | 0.18 | 52.73 | 0.58 | 0.56 |
| Hex | D0 | C0 | 4C | 0 | 8 | 3F | 12 | 35 | 3A | 38 |
| Octal | 320 | 300 | 114 | 0 | 10 | 77 | 22 | 65 | 72 | 70 |
| Binary | 11010000 | 11000000 | 1001100 | 0 | 1000 | 111111 | 10010 | 110101 | 111010 | 111000 |
Color Harmonies of #D0C04C
Complementary color
Monochromatic Colors of #D0C04C
Black with #D0C04C
Text Example
Text Example
White with #D0C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C04C; }
p { color: rgb(208,192,76); }
H1.HeaderClassName
{
color: #D0C04C;
}
.AnyTagClassName
{
color: #D0C04C;
}
</style>
background-color css
<style>
a { background-color: #D0C04C; }
a { background-color: rgb(208,192,76); }
div.DivClassName
{
background-color: #D0C04C;
}
.BgClassName
{
background-color: #D0C04C;
}
</style>
border-color css
<style>
span { border-color: #D0C04C; }
span { border-color: rgb(208,192,76); }
td.TdClassName
{
border-color: #D0C04C;
}
.TagClassName
{
border-color: #D0C04C;
}
</style>