Shades of Confetti #DCCE4B
Tints of Confetti #DCCE4B
RGB
CMYK
RGB Variations
Color information
#DCCE4B (or 0xDCCE4B) is known color: Confetti. HEX triplet: DC, CE and 4B. RGB value is (220,206,75). Sum of RGB (Red+Green+Blue) = 220+206+75=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE4B is #2331B4. Grayscale: #C3C3C3. Windows color (decimal): -2306485 or 4968156. OLE color: 4968156.
HSL color Cylindrical-coordinate representation of color #DCCE4B: hue angle of 54.21º 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 #DCCE4B is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 75 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.14 |
| HSL | 54.21º | 0.67% | 0.58% | - |
| HSV(B) | 54.21º | 0.66% | 0.86% | - |
| XYZ | 52.86 | 59.87 | 15.43 | - |
| YUV | 195.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 75 | 0 | 0.06 | 0.66 | 0.14 | 54.21 | 0.67 | 0.58 |
| Hex | DC | CE | 4B | 0 | 6 | 42 | E | 36 | 43 | 3A |
| Octal | 334 | 316 | 113 | 0 | 6 | 102 | 16 | 66 | 103 | 72 |
| Binary | 11011100 | 11001110 | 1001011 | 0 | 110 | 1000010 | 1110 | 110110 | 1000011 | 111010 |
Color Harmonies of #DCCE4B
Complementary color
Monochromatic Colors of #DCCE4B
Black with #DCCE4B
Text Example
Text Example
White with #DCCE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE4B; }
p { color: rgb(220,206,75); }
H1.HeaderClassName
{
color: #DCCE4B;
}
.AnyTagClassName
{
color: #DCCE4B;
}
</style>
background-color css
<style>
a { background-color: #DCCE4B; }
a { background-color: rgb(220,206,75); }
div.DivClassName
{
background-color: #DCCE4B;
}
.BgClassName
{
background-color: #DCCE4B;
}
</style>
border-color css
<style>
span { border-color: #DCCE4B; }
span { border-color: rgb(220,206,75); }
td.TdClassName
{
border-color: #DCCE4B;
}
.TagClassName
{
border-color: #DCCE4B;
}
</style>