Shades of Confetti #D3C948
Tints of Confetti #D3C948
RGB
CMYK
RGB Variations
Color information
#D3C948 (or 0xD3C948) is known color: Confetti. HEX triplet: D3, C9 and 48. RGB value is (211,201,72). Sum of RGB (Red+Green+Blue) = 211+201+72=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C948 is #2C36B7. Grayscale: #BDBDBD. Windows color (decimal): -2897592 or 4770259. OLE color: 4770259.
HSL color Cylindrical-coordinate representation of color #D3C948: hue angle of 55.68º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3C948 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 72 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.17 |
| HSL | 55.68º | 0.61% | 0.55% | - |
| HSV(B) | 55.68º | 0.66% | 0.83% | - |
| XYZ | 48.92 | 56.09 | 14.38 | - |
| YUV | 189.28 | 61.81 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 72 | 0 | 0.05 | 0.66 | 0.17 | 55.68 | 0.61 | 0.55 |
| Hex | D3 | C9 | 48 | 0 | 5 | 42 | 11 | 38 | 3D | 37 |
| Octal | 323 | 311 | 110 | 0 | 5 | 102 | 21 | 70 | 75 | 67 |
| Binary | 11010011 | 11001001 | 1001000 | 0 | 101 | 1000010 | 10001 | 111000 | 111101 | 110111 |
Color Harmonies of #D3C948
Complementary color
Monochromatic Colors of #D3C948
Black with #D3C948
Text Example
Text Example
White with #D3C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C948; }
p { color: rgb(211,201,72); }
H1.HeaderClassName
{
color: #D3C948;
}
.AnyTagClassName
{
color: #D3C948;
}
</style>
background-color css
<style>
a { background-color: #D3C948; }
a { background-color: rgb(211,201,72); }
div.DivClassName
{
background-color: #D3C948;
}
.BgClassName
{
background-color: #D3C948;
}
</style>
border-color css
<style>
span { border-color: #D3C948; }
span { border-color: rgb(211,201,72); }
td.TdClassName
{
border-color: #D3C948;
}
.TagClassName
{
border-color: #D3C948;
}
</style>