Shades of Confetti #D1CC4B
Tints of Confetti #D1CC4B
RGB
CMYK
RGB Variations
Color information
#D1CC4B (or 0xD1CC4B) is known color: Confetti. HEX triplet: D1, CC and 4B. RGB value is (209,204,75). Sum of RGB (Red+Green+Blue) = 209+204+75=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC4B is #2E33B4. Grayscale: #BFBFBF. Windows color (decimal): -3027893 or 4967633. OLE color: 4967633.
HSL color Cylindrical-coordinate representation of color #D1CC4B: hue angle of 57.76º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1CC4B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 75 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.18 |
| HSL | 57.76º | 0.59% | 0.56% | - |
| HSV(B) | 57.76º | 0.64% | 0.82% | - |
| XYZ | 49.16 | 57.25 | 15.12 | - |
| YUV | 190.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 75 | 0 | 0.02 | 0.64 | 0.18 | 57.76 | 0.59 | 0.56 |
| Hex | D1 | CC | 4B | 0 | 2 | 40 | 12 | 3A | 3B | 38 |
| Octal | 321 | 314 | 113 | 0 | 2 | 100 | 22 | 72 | 73 | 70 |
| Binary | 11010001 | 11001100 | 1001011 | 0 | 10 | 1000000 | 10010 | 111010 | 111011 | 111000 |
Color Harmonies of #D1CC4B
Complementary color
Monochromatic Colors of #D1CC4B
Black with #D1CC4B
Text Example
Text Example
White with #D1CC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC4B; }
p { color: rgb(209,204,75); }
H1.HeaderClassName
{
color: #D1CC4B;
}
.AnyTagClassName
{
color: #D1CC4B;
}
</style>
background-color css
<style>
a { background-color: #D1CC4B; }
a { background-color: rgb(209,204,75); }
div.DivClassName
{
background-color: #D1CC4B;
}
.BgClassName
{
background-color: #D1CC4B;
}
</style>
border-color css
<style>
span { border-color: #D1CC4B; }
span { border-color: rgb(209,204,75); }
td.TdClassName
{
border-color: #D1CC4B;
}
.TagClassName
{
border-color: #D1CC4B;
}
</style>