Shades of Confetti #DCCD4B
Tints of Confetti #DCCD4B
RGB
CMYK
RGB Variations
Color information
#DCCD4B (or 0xDCCD4B) is known color: Confetti. HEX triplet: DC, CD and 4B. RGB value is (220,205,75). Sum of RGB (Red+Green+Blue) = 220+205+75=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD4B is #2332B4. Grayscale: #C3C3C3. Windows color (decimal): -2306741 or 4967900. OLE color: 4967900.
HSL color Cylindrical-coordinate representation of color #DCCD4B: hue angle of 53.79º 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 #DCCD4B is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 75 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.14 |
| HSL | 53.79º | 0.67% | 0.58% | - |
| HSV(B) | 53.79º | 0.66% | 0.86% | - |
| XYZ | 52.62 | 59.39 | 15.35 | - |
| YUV | 194.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 75 | 0 | 0.07 | 0.66 | 0.14 | 53.79 | 0.67 | 0.58 |
| Hex | DC | CD | 4B | 0 | 7 | 42 | E | 36 | 43 | 3A |
| Octal | 334 | 315 | 113 | 0 | 7 | 102 | 16 | 66 | 103 | 72 |
| Binary | 11011100 | 11001101 | 1001011 | 0 | 111 | 1000010 | 1110 | 110110 | 1000011 | 111010 |
Color Harmonies of #DCCD4B
Complementary color
Monochromatic Colors of #DCCD4B
Black with #DCCD4B
Text Example
Text Example
White with #DCCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD4B; }
p { color: rgb(220,205,75); }
H1.HeaderClassName
{
color: #DCCD4B;
}
.AnyTagClassName
{
color: #DCCD4B;
}
</style>
background-color css
<style>
a { background-color: #DCCD4B; }
a { background-color: rgb(220,205,75); }
div.DivClassName
{
background-color: #DCCD4B;
}
.BgClassName
{
background-color: #DCCD4B;
}
</style>
border-color css
<style>
span { border-color: #DCCD4B; }
span { border-color: rgb(220,205,75); }
td.TdClassName
{
border-color: #DCCD4B;
}
.TagClassName
{
border-color: #DCCD4B;
}
</style>