Shades of Confetti #D6CB57
Tints of Confetti #D6CB57
RGB
CMYK
RGB Variations
Color information
#D6CB57 (or 0xD6CB57) is known color: Confetti. HEX triplet: D6, CB and 57. RGB value is (214,203,87). Sum of RGB (Red+Green+Blue) = 214+203+87=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB57 is #2934A8. Grayscale: #C1C1C1. Windows color (decimal): -2700457 or 5753814. OLE color: 5753814.
HSL color Cylindrical-coordinate representation of color #D6CB57: hue angle of 54.8º 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 #D6CB57 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 87 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.16 |
| HSL | 54.8º | 0.61% | 0.59% | - |
| HSV(B) | 54.8º | 0.59% | 0.84% | - |
| XYZ | 50.81 | 57.7 | 17.48 | - |
| YUV | 193.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 87 | 0 | 0.05 | 0.59 | 0.16 | 54.8 | 0.61 | 0.59 |
| Hex | D6 | CB | 57 | 0 | 5 | 3B | 10 | 37 | 3D | 3B |
| Octal | 326 | 313 | 127 | 0 | 5 | 73 | 20 | 67 | 75 | 73 |
| Binary | 11010110 | 11001011 | 1010111 | 0 | 101 | 111011 | 10000 | 110111 | 111101 | 111011 |
Color Harmonies of #D6CB57
Complementary color
Monochromatic Colors of #D6CB57
Black with #D6CB57
Text Example
Text Example
White with #D6CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB57; }
p { color: rgb(214,203,87); }
H1.HeaderClassName
{
color: #D6CB57;
}
.AnyTagClassName
{
color: #D6CB57;
}
</style>
background-color css
<style>
a { background-color: #D6CB57; }
a { background-color: rgb(214,203,87); }
div.DivClassName
{
background-color: #D6CB57;
}
.BgClassName
{
background-color: #D6CB57;
}
</style>
border-color css
<style>
span { border-color: #D6CB57; }
span { border-color: rgb(214,203,87); }
td.TdClassName
{
border-color: #D6CB57;
}
.TagClassName
{
border-color: #D6CB57;
}
</style>