Shades of Confetti #D6CB4F
Tints of Confetti #D6CB4F
RGB
CMYK
RGB Variations
Color information
#D6CB4F (or 0xD6CB4F) is known color: Confetti. HEX triplet: D6, CB and 4F. RGB value is (214,203,79). Sum of RGB (Red+Green+Blue) = 214+203+79=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB4F is #2934B0. Grayscale: #C0C0C0. Windows color (decimal): -2700465 or 5229526. OLE color: 5229526.
HSL color Cylindrical-coordinate representation of color #D6CB4F: hue angle of 55.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6CB4F is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 79 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.16 |
| HSL | 55.11º | 0.62% | 0.57% | - |
| HSV(B) | 55.11º | 0.63% | 0.84% | - |
| XYZ | 50.5 | 57.57 | 15.85 | - |
| YUV | 192.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 79 | 0 | 0.05 | 0.63 | 0.16 | 55.11 | 0.62 | 0.57 |
| Hex | D6 | CB | 4F | 0 | 5 | 3F | 10 | 37 | 3E | 39 |
| Octal | 326 | 313 | 117 | 0 | 5 | 77 | 20 | 67 | 76 | 71 |
| Binary | 11010110 | 11001011 | 1001111 | 0 | 101 | 111111 | 10000 | 110111 | 111110 | 111001 |
Color Harmonies of #D6CB4F
Complementary color
Monochromatic Colors of #D6CB4F
Black with #D6CB4F
Text Example
Text Example
White with #D6CB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB4F; }
p { color: rgb(214,203,79); }
H1.HeaderClassName
{
color: #D6CB4F;
}
.AnyTagClassName
{
color: #D6CB4F;
}
</style>
background-color css
<style>
a { background-color: #D6CB4F; }
a { background-color: rgb(214,203,79); }
div.DivClassName
{
background-color: #D6CB4F;
}
.BgClassName
{
background-color: #D6CB4F;
}
</style>
border-color css
<style>
span { border-color: #D6CB4F; }
span { border-color: rgb(214,203,79); }
td.TdClassName
{
border-color: #D6CB4F;
}
.TagClassName
{
border-color: #D6CB4F;
}
</style>