Shades of Confetti #DDCB57
Tints of Confetti #DDCB57
RGB
CMYK
RGB Variations
Color information
#DDCB57 (or 0xDDCB57) is known color: Confetti. HEX triplet: DD, CB and 57. RGB value is (221,203,87). Sum of RGB (Red+Green+Blue) = 221+203+87=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB57 is #2234A8. Grayscale: #C3C3C3. Windows color (decimal): -2241705 or 5753821. OLE color: 5753821.
HSL color Cylindrical-coordinate representation of color #DDCB57: hue angle of 51.94º 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 #DDCB57 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 87 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.13 |
| HSL | 51.94º | 0.66% | 0.6% | - |
| HSV(B) | 51.94º | 0.61% | 0.87% | - |
| XYZ | 52.9 | 58.77 | 17.57 | - |
| YUV | 195.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 87 | 0 | 0.08 | 0.61 | 0.13 | 51.94 | 0.66 | 0.6 |
| Hex | DD | CB | 57 | 0 | 8 | 3D | D | 34 | 42 | 3C |
| Octal | 335 | 313 | 127 | 0 | 10 | 75 | 15 | 64 | 102 | 74 |
| Binary | 11011101 | 11001011 | 1010111 | 0 | 1000 | 111101 | 1101 | 110100 | 1000010 | 111100 |
Color Harmonies of #DDCB57
Complementary color
Monochromatic Colors of #DDCB57
Black with #DDCB57
Text Example
Text Example
White with #DDCB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB57; }
p { color: rgb(221,203,87); }
H1.HeaderClassName
{
color: #DDCB57;
}
.AnyTagClassName
{
color: #DDCB57;
}
</style>
background-color css
<style>
a { background-color: #DDCB57; }
a { background-color: rgb(221,203,87); }
div.DivClassName
{
background-color: #DDCB57;
}
.BgClassName
{
background-color: #DDCB57;
}
</style>
border-color css
<style>
span { border-color: #DDCB57; }
span { border-color: rgb(221,203,87); }
td.TdClassName
{
border-color: #DDCB57;
}
.TagClassName
{
border-color: #DDCB57;
}
</style>