Shades of Confetti #DDCC57
Tints of Confetti #DDCC57
RGB
CMYK
RGB Variations
Color information
#DDCC57 (or 0xDDCC57) is known color: Confetti. HEX triplet: DD, CC and 57. RGB value is (221,204,87). Sum of RGB (Red+Green+Blue) = 221+204+87=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC57 is #2233A8. Grayscale: #C4C4C4. Windows color (decimal): -2241449 or 5754077. OLE color: 5754077.
HSL color Cylindrical-coordinate representation of color #DDCC57: hue angle of 52.39º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDCC57 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 87 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.13 |
| HSL | 52.39º | 0.66% | 0.6% | - |
| HSV(B) | 52.39º | 0.61% | 0.87% | - |
| XYZ | 53.13 | 59.25 | 17.65 | - |
| YUV | 195.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 87 | 0 | 0.08 | 0.61 | 0.13 | 52.39 | 0.66 | 0.6 |
| Hex | DD | CC | 57 | 0 | 8 | 3D | D | 34 | 42 | 3C |
| Octal | 335 | 314 | 127 | 0 | 10 | 75 | 15 | 64 | 102 | 74 |
| Binary | 11011101 | 11001100 | 1010111 | 0 | 1000 | 111101 | 1101 | 110100 | 1000010 | 111100 |
Color Harmonies of #DDCC57
Complementary color
Monochromatic Colors of #DDCC57
Black with #DDCC57
Text Example
Text Example
White with #DDCC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC57; }
p { color: rgb(221,204,87); }
H1.HeaderClassName
{
color: #DDCC57;
}
.AnyTagClassName
{
color: #DDCC57;
}
</style>
background-color css
<style>
a { background-color: #DDCC57; }
a { background-color: rgb(221,204,87); }
div.DivClassName
{
background-color: #DDCC57;
}
.BgClassName
{
background-color: #DDCC57;
}
</style>
border-color css
<style>
span { border-color: #DDCC57; }
span { border-color: rgb(221,204,87); }
td.TdClassName
{
border-color: #DDCC57;
}
.TagClassName
{
border-color: #DDCC57;
}
</style>