Shades of Confetti #D0C34A
Tints of Confetti #D0C34A
RGB
CMYK
RGB Variations
Color information
#D0C34A (or 0xD0C34A) is known color: Confetti. HEX triplet: D0, C3 and 4A. RGB value is (208,195,74). Sum of RGB (Red+Green+Blue) = 208+195+74=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C34A is #2F3CB5. Grayscale: #B9B9B9. Windows color (decimal): -3095734 or 4899792. OLE color: 4899792.
HSL color Cylindrical-coordinate representation of color #D0C34A: hue angle of 54.18º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0C34A is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 74 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.18 |
| HSL | 54.18º | 0.59% | 0.55% | - |
| HSV(B) | 54.18º | 0.64% | 0.82% | - |
| XYZ | 46.76 | 52.93 | 14.23 | - |
| YUV | 185.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 74 | 0 | 0.06 | 0.64 | 0.18 | 54.18 | 0.59 | 0.55 |
| Hex | D0 | C3 | 4A | 0 | 6 | 40 | 12 | 36 | 3B | 37 |
| Octal | 320 | 303 | 112 | 0 | 6 | 100 | 22 | 66 | 73 | 67 |
| Binary | 11010000 | 11000011 | 1001010 | 0 | 110 | 1000000 | 10010 | 110110 | 111011 | 110111 |
Color Harmonies of #D0C34A
Complementary color
Monochromatic Colors of #D0C34A
Black with #D0C34A
Text Example
Text Example
White with #D0C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C34A; }
p { color: rgb(208,195,74); }
H1.HeaderClassName
{
color: #D0C34A;
}
.AnyTagClassName
{
color: #D0C34A;
}
</style>
background-color css
<style>
a { background-color: #D0C34A; }
a { background-color: rgb(208,195,74); }
div.DivClassName
{
background-color: #D0C34A;
}
.BgClassName
{
background-color: #D0C34A;
}
</style>
border-color css
<style>
span { border-color: #D0C34A; }
span { border-color: rgb(208,195,74); }
td.TdClassName
{
border-color: #D0C34A;
}
.TagClassName
{
border-color: #D0C34A;
}
</style>