Shades of Confetti #D9C348
Tints of Confetti #D9C348
RGB
CMYK
RGB Variations
Color information
#D9C348 (or 0xD9C348) is known color: Confetti. HEX triplet: D9, C3 and 48. RGB value is (217,195,72). Sum of RGB (Red+Green+Blue) = 217+195+72=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C348 is #263CB7. Grayscale: #BCBCBC. Windows color (decimal): -2505912 or 4768729. OLE color: 4768729.
HSL color Cylindrical-coordinate representation of color #D9C348: hue angle of 50.9º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9C348 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 72 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.15 |
| HSL | 50.9º | 0.66% | 0.57% | - |
| HSV(B) | 50.9º | 0.67% | 0.85% | - |
| XYZ | 49.3 | 54.25 | 14 | - |
| YUV | 187.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 72 | 0 | 0.10 | 0.67 | 0.15 | 50.9 | 0.66 | 0.57 |
| Hex | D9 | C3 | 48 | 0 | A | 43 | F | 33 | 42 | 39 |
| Octal | 331 | 303 | 110 | 0 | 12 | 103 | 17 | 63 | 102 | 71 |
| Binary | 11011001 | 11000011 | 1001000 | 0 | 1010 | 1000011 | 1111 | 110011 | 1000010 | 111001 |
Color Harmonies of #D9C348
Complementary color
Monochromatic Colors of #D9C348
Black with #D9C348
Text Example
Text Example
White with #D9C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C348; }
p { color: rgb(217,195,72); }
H1.HeaderClassName
{
color: #D9C348;
}
.AnyTagClassName
{
color: #D9C348;
}
</style>
background-color css
<style>
a { background-color: #D9C348; }
a { background-color: rgb(217,195,72); }
div.DivClassName
{
background-color: #D9C348;
}
.BgClassName
{
background-color: #D9C348;
}
</style>
border-color css
<style>
span { border-color: #D9C348; }
span { border-color: rgb(217,195,72); }
td.TdClassName
{
border-color: #D9C348;
}
.TagClassName
{
border-color: #D9C348;
}
</style>