Shades of Confetti #D4CB54
Tints of Confetti #D4CB54
RGB
CMYK
RGB Variations
Color information
#D4CB54 (or 0xD4CB54) is known color: Confetti. HEX triplet: D4, CB and 54. RGB value is (212,203,84). Sum of RGB (Red+Green+Blue) = 212+203+84=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB54 is #2B34AB. Grayscale: #C0C0C0. Windows color (decimal): -2831532 or 5557204. OLE color: 5557204.
HSL color Cylindrical-coordinate representation of color #D4CB54: hue angle of 55.78º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4CB54 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 84 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.17 |
| HSL | 55.78º | 0.6% | 0.58% | - |
| HSV(B) | 55.78º | 0.6% | 0.83% | - |
| XYZ | 50.11 | 57.35 | 16.82 | - |
| YUV | 192.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 84 | 0 | 0.04 | 0.60 | 0.17 | 55.78 | 0.6 | 0.58 |
| Hex | D4 | CB | 54 | 0 | 4 | 3C | 11 | 38 | 3C | 3A |
| Octal | 324 | 313 | 124 | 0 | 4 | 74 | 21 | 70 | 74 | 72 |
| Binary | 11010100 | 11001011 | 1010100 | 0 | 100 | 111100 | 10001 | 111000 | 111100 | 111010 |
Color Harmonies of #D4CB54
Complementary color
Monochromatic Colors of #D4CB54
Black with #D4CB54
Text Example
Text Example
White with #D4CB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB54; }
p { color: rgb(212,203,84); }
H1.HeaderClassName
{
color: #D4CB54;
}
.AnyTagClassName
{
color: #D4CB54;
}
</style>
background-color css
<style>
a { background-color: #D4CB54; }
a { background-color: rgb(212,203,84); }
div.DivClassName
{
background-color: #D4CB54;
}
.BgClassName
{
background-color: #D4CB54;
}
</style>
border-color css
<style>
span { border-color: #D4CB54; }
span { border-color: rgb(212,203,84); }
td.TdClassName
{
border-color: #D4CB54;
}
.TagClassName
{
border-color: #D4CB54;
}
</style>