Shades of Confetti #D6CC58
Tints of Confetti #D6CC58
RGB
CMYK
RGB Variations
Color information
#D6CC58 (or 0xD6CC58) is known color: Confetti. HEX triplet: D6, CC and 58. RGB value is (214,204,88). Sum of RGB (Red+Green+Blue) = 214+204+88=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC58 is #2933A7. Grayscale: #C2C2C2. Windows color (decimal): -2700200 or 5819606. OLE color: 5819606.
HSL color Cylindrical-coordinate representation of color #D6CC58: hue angle of 55.24º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6CC58 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 88 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.16 |
| HSL | 55.24º | 0.61% | 0.59% | - |
| HSV(B) | 55.24º | 0.59% | 0.84% | - |
| XYZ | 51.09 | 58.19 | 17.77 | - |
| YUV | 193.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 88 | 0 | 0.05 | 0.59 | 0.16 | 55.24 | 0.61 | 0.59 |
| Hex | D6 | CC | 58 | 0 | 5 | 3B | 10 | 37 | 3D | 3B |
| Octal | 326 | 314 | 130 | 0 | 5 | 73 | 20 | 67 | 75 | 73 |
| Binary | 11010110 | 11001100 | 1011000 | 0 | 101 | 111011 | 10000 | 110111 | 111101 | 111011 |
Color Harmonies of #D6CC58
Complementary color
Monochromatic Colors of #D6CC58
Black with #D6CC58
Text Example
Text Example
White with #D6CC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC58; }
p { color: rgb(214,204,88); }
H1.HeaderClassName
{
color: #D6CC58;
}
.AnyTagClassName
{
color: #D6CC58;
}
</style>
background-color css
<style>
a { background-color: #D6CC58; }
a { background-color: rgb(214,204,88); }
div.DivClassName
{
background-color: #D6CC58;
}
.BgClassName
{
background-color: #D6CC58;
}
</style>
border-color css
<style>
span { border-color: #D6CC58; }
span { border-color: rgb(214,204,88); }
td.TdClassName
{
border-color: #D6CC58;
}
.TagClassName
{
border-color: #D6CC58;
}
</style>