Shades of Confetti #DCC83F
Tints of Confetti #DCC83F
RGB
CMYK
RGB Variations
Color information
#DCC83F (or 0xDCC83F) is known color: Confetti. HEX triplet: DC, C8 and 3F. RGB value is (220,200,63). Sum of RGB (Red+Green+Blue) = 220+200+63=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC83F is #2337C0. Grayscale: #BEBEBE. Windows color (decimal): -2308033 or 4180188. OLE color: 4180188.
HSL color Cylindrical-coordinate representation of color #DCC83F: hue angle of 52.36º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCC83F is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 63 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.14 |
| HSL | 52.36º | 0.69% | 0.55% | - |
| HSV(B) | 52.36º | 0.71% | 0.86% | - |
| XYZ | 51.07 | 56.88 | 12.99 | - |
| YUV | 190.36 | 56.13 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 63 | 0 | 0.09 | 0.71 | 0.14 | 52.36 | 0.69 | 0.55 |
| Hex | DC | C8 | 3F | 0 | 9 | 47 | E | 34 | 45 | 37 |
| Octal | 334 | 310 | 77 | 0 | 11 | 107 | 16 | 64 | 105 | 67 |
| Binary | 11011100 | 11001000 | 111111 | 0 | 1001 | 1000111 | 1110 | 110100 | 1000101 | 110111 |
Color Harmonies of #DCC83F
Complementary color
Monochromatic Colors of #DCC83F
Black with #DCC83F
Text Example
Text Example
White with #DCC83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC83F; }
p { color: rgb(220,200,63); }
H1.HeaderClassName
{
color: #DCC83F;
}
.AnyTagClassName
{
color: #DCC83F;
}
</style>
background-color css
<style>
a { background-color: #DCC83F; }
a { background-color: rgb(220,200,63); }
div.DivClassName
{
background-color: #DCC83F;
}
.BgClassName
{
background-color: #DCC83F;
}
</style>
border-color css
<style>
span { border-color: #DCC83F; }
span { border-color: rgb(220,200,63); }
td.TdClassName
{
border-color: #DCC83F;
}
.TagClassName
{
border-color: #DCC83F;
}
</style>