Shades of Confetti #DCBD45
Tints of Confetti #DCBD45
RGB
CMYK
RGB Variations
Color information
#DCBD45 (or 0xDCBD45) is known color: Confetti. HEX triplet: DC, BD and 45. RGB value is (220,189,69). Sum of RGB (Red+Green+Blue) = 220+189+69=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD45 is #2342BA. Grayscale: #B9B9B9. Windows color (decimal): -2310843 or 4570588. OLE color: 4570588.
HSL color Cylindrical-coordinate representation of color #DCBD45: hue angle of 47.68º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCBD45 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 69 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.14 |
| HSL | 47.68º | 0.68% | 0.57% | - |
| HSV(B) | 47.68º | 0.69% | 0.86% | - |
| XYZ | 48.79 | 52.04 | 13.1 | - |
| YUV | 184.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 69 | 0 | 0.14 | 0.69 | 0.14 | 47.68 | 0.68 | 0.57 |
| Hex | DC | BD | 45 | 0 | E | 45 | E | 30 | 44 | 39 |
| Octal | 334 | 275 | 105 | 0 | 16 | 105 | 16 | 60 | 104 | 71 |
| Binary | 11011100 | 10111101 | 1000101 | 0 | 1110 | 1000101 | 1110 | 110000 | 1000100 | 111001 |
Color Harmonies of #DCBD45
Complementary color
Monochromatic Colors of #DCBD45
Black with #DCBD45
Text Example
Text Example
White with #DCBD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD45; }
p { color: rgb(220,189,69); }
H1.HeaderClassName
{
color: #DCBD45;
}
.AnyTagClassName
{
color: #DCBD45;
}
</style>
background-color css
<style>
a { background-color: #DCBD45; }
a { background-color: rgb(220,189,69); }
div.DivClassName
{
background-color: #DCBD45;
}
.BgClassName
{
background-color: #DCBD45;
}
</style>
border-color css
<style>
span { border-color: #DCBD45; }
span { border-color: rgb(220,189,69); }
td.TdClassName
{
border-color: #DCBD45;
}
.TagClassName
{
border-color: #DCBD45;
}
</style>