Shades of Confetti #DCC84B
Tints of Confetti #DCC84B
RGB
CMYK
RGB Variations
Color information
#DCC84B (or 0xDCC84B) is known color: Confetti. HEX triplet: DC, C8 and 4B. RGB value is (220,200,75). Sum of RGB (Red+Green+Blue) = 220+200+75=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC84B is #2337B4. Grayscale: #C0C0C0. Windows color (decimal): -2308021 or 4966620. OLE color: 4966620.
HSL color Cylindrical-coordinate representation of color #DCC84B: hue angle of 51.72º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCC84B is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 75 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.14 |
| HSL | 51.72º | 0.67% | 0.58% | - |
| HSV(B) | 51.72º | 0.66% | 0.86% | - |
| XYZ | 51.44 | 57.03 | 14.95 | - |
| YUV | 191.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 75 | 0 | 0.09 | 0.66 | 0.14 | 51.72 | 0.67 | 0.58 |
| Hex | DC | C8 | 4B | 0 | 9 | 42 | E | 34 | 43 | 3A |
| Octal | 334 | 310 | 113 | 0 | 11 | 102 | 16 | 64 | 103 | 72 |
| Binary | 11011100 | 11001000 | 1001011 | 0 | 1001 | 1000010 | 1110 | 110100 | 1000011 | 111010 |
Color Harmonies of #DCC84B
Complementary color
Monochromatic Colors of #DCC84B
Black with #DCC84B
Text Example
Text Example
White with #DCC84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC84B; }
p { color: rgb(220,200,75); }
H1.HeaderClassName
{
color: #DCC84B;
}
.AnyTagClassName
{
color: #DCC84B;
}
</style>
background-color css
<style>
a { background-color: #DCC84B; }
a { background-color: rgb(220,200,75); }
div.DivClassName
{
background-color: #DCC84B;
}
.BgClassName
{
background-color: #DCC84B;
}
</style>
border-color css
<style>
span { border-color: #DCC84B; }
span { border-color: rgb(220,200,75); }
td.TdClassName
{
border-color: #DCC84B;
}
.TagClassName
{
border-color: #DCC84B;
}
</style>