Shades of Confetti #D6C948
Tints of Confetti #D6C948
RGB
CMYK
RGB Variations
Color information
#D6C948 (or 0xD6C948) is known color: Confetti. HEX triplet: D6, C9 and 48. RGB value is (214,201,72). Sum of RGB (Red+Green+Blue) = 214+201+72=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C948 is #2936B7. Grayscale: #BEBEBE. Windows color (decimal): -2700984 or 4770262. OLE color: 4770262.
HSL color Cylindrical-coordinate representation of color #D6C948: hue angle of 54.51º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6C948 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 72 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.16 |
| HSL | 54.51º | 0.63% | 0.56% | - |
| HSV(B) | 54.51º | 0.66% | 0.84% | - |
| XYZ | 49.79 | 56.54 | 14.42 | - |
| YUV | 190.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 72 | 0 | 0.06 | 0.66 | 0.16 | 54.51 | 0.63 | 0.56 |
| Hex | D6 | C9 | 48 | 0 | 6 | 42 | 10 | 37 | 3F | 38 |
| Octal | 326 | 311 | 110 | 0 | 6 | 102 | 20 | 67 | 77 | 70 |
| Binary | 11010110 | 11001001 | 1001000 | 0 | 110 | 1000010 | 10000 | 110111 | 111111 | 111000 |
Color Harmonies of #D6C948
Complementary color
Monochromatic Colors of #D6C948
Black with #D6C948
Text Example
Text Example
White with #D6C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C948; }
p { color: rgb(214,201,72); }
H1.HeaderClassName
{
color: #D6C948;
}
.AnyTagClassName
{
color: #D6C948;
}
</style>
background-color css
<style>
a { background-color: #D6C948; }
a { background-color: rgb(214,201,72); }
div.DivClassName
{
background-color: #D6C948;
}
.BgClassName
{
background-color: #D6C948;
}
</style>
border-color css
<style>
span { border-color: #D6C948; }
span { border-color: rgb(214,201,72); }
td.TdClassName
{
border-color: #D6C948;
}
.TagClassName
{
border-color: #D6C948;
}
</style>