Shades of Confetti #DECC4B
Tints of Confetti #DECC4B
RGB
CMYK
RGB Variations
Color information
#DECC4B (or 0xDECC4B) is known color: Confetti. HEX triplet: DE, CC and 4B. RGB value is (222,204,75). Sum of RGB (Red+Green+Blue) = 222+204+75=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC4B is #2133B4. Grayscale: #C3C3C3. Windows color (decimal): -2175925 or 4967646. OLE color: 4967646.
HSL color Cylindrical-coordinate representation of color #DECC4B: hue angle of 52.65º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DECC4B is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 75 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.13 |
| HSL | 52.65º | 0.69% | 0.58% | - |
| HSV(B) | 52.65º | 0.66% | 0.87% | - |
| XYZ | 52.99 | 59.22 | 15.3 | - |
| YUV | 194.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 75 | 0 | 0.08 | 0.66 | 0.13 | 52.65 | 0.69 | 0.58 |
| Hex | DE | CC | 4B | 0 | 8 | 42 | D | 35 | 45 | 3A |
| Octal | 336 | 314 | 113 | 0 | 10 | 102 | 15 | 65 | 105 | 72 |
| Binary | 11011110 | 11001100 | 1001011 | 0 | 1000 | 1000010 | 1101 | 110101 | 1000101 | 111010 |
Color Harmonies of #DECC4B
Complementary color
Monochromatic Colors of #DECC4B
Black with #DECC4B
Text Example
Text Example
White with #DECC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC4B; }
p { color: rgb(222,204,75); }
H1.HeaderClassName
{
color: #DECC4B;
}
.AnyTagClassName
{
color: #DECC4B;
}
</style>
background-color css
<style>
a { background-color: #DECC4B; }
a { background-color: rgb(222,204,75); }
div.DivClassName
{
background-color: #DECC4B;
}
.BgClassName
{
background-color: #DECC4B;
}
</style>
border-color css
<style>
span { border-color: #DECC4B; }
span { border-color: rgb(222,204,75); }
td.TdClassName
{
border-color: #DECC4B;
}
.TagClassName
{
border-color: #DECC4B;
}
</style>