Shades of Confetti #DDCB4F
Tints of Confetti #DDCB4F
RGB
CMYK
RGB Variations
Color information
#DDCB4F (or 0xDDCB4F) is known color: Confetti. HEX triplet: DD, CB and 4F. RGB value is (221,203,79). Sum of RGB (Red+Green+Blue) = 221+203+79=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB4F is #2234B0. Grayscale: #C2C2C2. Windows color (decimal): -2241713 or 5229533. OLE color: 5229533.
HSL color Cylindrical-coordinate representation of color #DDCB4F: hue angle of 52.39º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDCB4F is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 79 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.13 |
| HSL | 52.39º | 0.68% | 0.59% | - |
| HSV(B) | 52.39º | 0.64% | 0.87% | - |
| XYZ | 52.59 | 58.65 | 15.95 | - |
| YUV | 194.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 79 | 0 | 0.08 | 0.64 | 0.13 | 52.39 | 0.68 | 0.59 |
| Hex | DD | CB | 4F | 0 | 8 | 40 | D | 34 | 44 | 3B |
| Octal | 335 | 313 | 117 | 0 | 10 | 100 | 15 | 64 | 104 | 73 |
| Binary | 11011101 | 11001011 | 1001111 | 0 | 1000 | 1000000 | 1101 | 110100 | 1000100 | 111011 |
Color Harmonies of #DDCB4F
Complementary color
Monochromatic Colors of #DDCB4F
Black with #DDCB4F
Text Example
Text Example
White with #DDCB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB4F; }
p { color: rgb(221,203,79); }
H1.HeaderClassName
{
color: #DDCB4F;
}
.AnyTagClassName
{
color: #DDCB4F;
}
</style>
background-color css
<style>
a { background-color: #DDCB4F; }
a { background-color: rgb(221,203,79); }
div.DivClassName
{
background-color: #DDCB4F;
}
.BgClassName
{
background-color: #DDCB4F;
}
</style>
border-color css
<style>
span { border-color: #DDCB4F; }
span { border-color: rgb(221,203,79); }
td.TdClassName
{
border-color: #DDCB4F;
}
.TagClassName
{
border-color: #DDCB4F;
}
</style>