Shades of Confetti #DCCD4F
Tints of Confetti #DCCD4F
RGB
CMYK
RGB Variations
Color information
#DCCD4F (or 0xDCCD4F) is known color: Confetti. HEX triplet: DC, CD and 4F. RGB value is (220,205,79). Sum of RGB (Red+Green+Blue) = 220+205+79=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD4F is #2332B0. Grayscale: #C3C3C3. Windows color (decimal): -2306737 or 5230044. OLE color: 5230044.
HSL color Cylindrical-coordinate representation of color #DCCD4F: hue angle of 53.62º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCCD4F is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 79 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.14 |
| HSL | 53.62º | 0.67% | 0.59% | - |
| HSV(B) | 53.62º | 0.64% | 0.86% | - |
| XYZ | 52.76 | 59.44 | 16.09 | - |
| YUV | 195.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 79 | 0 | 0.07 | 0.64 | 0.14 | 53.62 | 0.67 | 0.59 |
| Hex | DC | CD | 4F | 0 | 7 | 40 | E | 36 | 43 | 3B |
| Octal | 334 | 315 | 117 | 0 | 7 | 100 | 16 | 66 | 103 | 73 |
| Binary | 11011100 | 11001101 | 1001111 | 0 | 111 | 1000000 | 1110 | 110110 | 1000011 | 111011 |
Color Harmonies of #DCCD4F
Complementary color
Monochromatic Colors of #DCCD4F
Black with #DCCD4F
Text Example
Text Example
White with #DCCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD4F; }
p { color: rgb(220,205,79); }
H1.HeaderClassName
{
color: #DCCD4F;
}
.AnyTagClassName
{
color: #DCCD4F;
}
</style>
background-color css
<style>
a { background-color: #DCCD4F; }
a { background-color: rgb(220,205,79); }
div.DivClassName
{
background-color: #DCCD4F;
}
.BgClassName
{
background-color: #DCCD4F;
}
</style>
border-color css
<style>
span { border-color: #DCCD4F; }
span { border-color: rgb(220,205,79); }
td.TdClassName
{
border-color: #DCCD4F;
}
.TagClassName
{
border-color: #DCCD4F;
}
</style>