Shades of Confetti #D6CC59
Tints of Confetti #D6CC59
RGB
CMYK
RGB Variations
Color information
#D6CC59 (or 0xD6CC59) is known color: Confetti. HEX triplet: D6, CC and 59. RGB value is (214,204,89). Sum of RGB (Red+Green+Blue) = 214+204+89=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC59 is #2933A6. Grayscale: #C2C2C2. Windows color (decimal): -2700199 or 5885142. OLE color: 5885142.
HSL color Cylindrical-coordinate representation of color #D6CC59: hue angle of 55.2º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6CC59 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 89 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.16 |
| HSL | 55.2º | 0.6% | 0.59% | - |
| HSV(B) | 55.2º | 0.58% | 0.84% | - |
| XYZ | 51.13 | 58.2 | 17.99 | - |
| YUV | 193.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 89 | 0 | 0.05 | 0.58 | 0.16 | 55.2 | 0.6 | 0.59 |
| Hex | D6 | CC | 59 | 0 | 5 | 3A | 10 | 37 | 3C | 3B |
| Octal | 326 | 314 | 131 | 0 | 5 | 72 | 20 | 67 | 74 | 73 |
| Binary | 11010110 | 11001100 | 1011001 | 0 | 101 | 111010 | 10000 | 110111 | 111100 | 111011 |
Color Harmonies of #D6CC59
Complementary color
Monochromatic Colors of #D6CC59
Black with #D6CC59
Text Example
Text Example
White with #D6CC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC59; }
p { color: rgb(214,204,89); }
H1.HeaderClassName
{
color: #D6CC59;
}
.AnyTagClassName
{
color: #D6CC59;
}
</style>
background-color css
<style>
a { background-color: #D6CC59; }
a { background-color: rgb(214,204,89); }
div.DivClassName
{
background-color: #D6CC59;
}
.BgClassName
{
background-color: #D6CC59;
}
</style>
border-color css
<style>
span { border-color: #D6CC59; }
span { border-color: rgb(214,204,89); }
td.TdClassName
{
border-color: #D6CC59;
}
.TagClassName
{
border-color: #D6CC59;
}
</style>