Shades of Confetti #DCC34B
Tints of Confetti #DCC34B
RGB
CMYK
RGB Variations
Color information
#DCC34B (or 0xDCC34B) is known color: Confetti. HEX triplet: DC, C3 and 4B. RGB value is (220,195,75). Sum of RGB (Red+Green+Blue) = 220+195+75=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC34B is #233CB4. Grayscale: #BDBDBD. Windows color (decimal): -2309301 or 4965340. OLE color: 4965340.
HSL color Cylindrical-coordinate representation of color #DCC34B: hue angle of 49.66º 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 #DCC34B is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 75 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.14 |
| HSL | 49.66º | 0.67% | 0.58% | - |
| HSV(B) | 49.66º | 0.66% | 0.86% | - |
| XYZ | 50.3 | 54.75 | 14.57 | - |
| YUV | 188.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 75 | 0 | 0.11 | 0.66 | 0.14 | 49.66 | 0.67 | 0.58 |
| Hex | DC | C3 | 4B | 0 | B | 42 | E | 32 | 43 | 3A |
| Octal | 334 | 303 | 113 | 0 | 13 | 102 | 16 | 62 | 103 | 72 |
| Binary | 11011100 | 11000011 | 1001011 | 0 | 1011 | 1000010 | 1110 | 110010 | 1000011 | 111010 |
Color Harmonies of #DCC34B
Complementary color
Monochromatic Colors of #DCC34B
Black with #DCC34B
Text Example
Text Example
White with #DCC34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC34B; }
p { color: rgb(220,195,75); }
H1.HeaderClassName
{
color: #DCC34B;
}
.AnyTagClassName
{
color: #DCC34B;
}
</style>
background-color css
<style>
a { background-color: #DCC34B; }
a { background-color: rgb(220,195,75); }
div.DivClassName
{
background-color: #DCC34B;
}
.BgClassName
{
background-color: #DCC34B;
}
</style>
border-color css
<style>
span { border-color: #DCC34B; }
span { border-color: rgb(220,195,75); }
td.TdClassName
{
border-color: #DCC34B;
}
.TagClassName
{
border-color: #DCC34B;
}
</style>