Shades of Confetti #DDCB54
Tints of Confetti #DDCB54
RGB
CMYK
RGB Variations
Color information
#DDCB54 (or 0xDDCB54) is known color: Confetti. HEX triplet: DD, CB and 54. RGB value is (221,203,84). Sum of RGB (Red+Green+Blue) = 221+203+84=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB54 is #2234AB. Grayscale: #C3C3C3. Windows color (decimal): -2241708 or 5557213. OLE color: 5557213.
HSL color Cylindrical-coordinate representation of color #DDCB54: hue angle of 52.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDCB54 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 84 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.13 |
| HSL | 52.12º | 0.67% | 0.6% | - |
| HSV(B) | 52.12º | 0.62% | 0.87% | - |
| XYZ | 52.77 | 58.72 | 16.94 | - |
| YUV | 194.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 84 | 0 | 0.08 | 0.62 | 0.13 | 52.12 | 0.67 | 0.6 |
| Hex | DD | CB | 54 | 0 | 8 | 3E | D | 34 | 43 | 3C |
| Octal | 335 | 313 | 124 | 0 | 10 | 76 | 15 | 64 | 103 | 74 |
| Binary | 11011101 | 11001011 | 1010100 | 0 | 1000 | 111110 | 1101 | 110100 | 1000011 | 111100 |
Color Harmonies of #DDCB54
Complementary color
Monochromatic Colors of #DDCB54
Black with #DDCB54
Text Example
Text Example
White with #DDCB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB54; }
p { color: rgb(221,203,84); }
H1.HeaderClassName
{
color: #DDCB54;
}
.AnyTagClassName
{
color: #DDCB54;
}
</style>
background-color css
<style>
a { background-color: #DDCB54; }
a { background-color: rgb(221,203,84); }
div.DivClassName
{
background-color: #DDCB54;
}
.BgClassName
{
background-color: #DDCB54;
}
</style>
border-color css
<style>
span { border-color: #DDCB54; }
span { border-color: rgb(221,203,84); }
td.TdClassName
{
border-color: #DDCB54;
}
.TagClassName
{
border-color: #DDCB54;
}
</style>