Shades of Confetti #D6BF4F
Tints of Confetti #D6BF4F
RGB
CMYK
RGB Variations
Color information
#D6BF4F (or 0xD6BF4F) is known color: Confetti. HEX triplet: D6, BF and 4F. RGB value is (214,191,79). Sum of RGB (Red+Green+Blue) = 214+191+79=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BF4F is #2940B0. Grayscale: #B9B9B9. Windows color (decimal): -2703537 or 5226454. OLE color: 5226454.
HSL color Cylindrical-coordinate representation of color #D6BF4F: hue angle of 49.78º 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 #D6BF4F is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 79 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.16 |
| HSL | 49.78º | 0.62% | 0.57% | - |
| HSV(B) | 49.78º | 0.63% | 0.84% | - |
| XYZ | 47.77 | 52.12 | 14.94 | - |
| YUV | 185.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 79 | 0 | 0.11 | 0.63 | 0.16 | 49.78 | 0.62 | 0.57 |
| Hex | D6 | BF | 4F | 0 | B | 3F | 10 | 32 | 3E | 39 |
| Octal | 326 | 277 | 117 | 0 | 13 | 77 | 20 | 62 | 76 | 71 |
| Binary | 11010110 | 10111111 | 1001111 | 0 | 1011 | 111111 | 10000 | 110010 | 111110 | 111001 |
Color Harmonies of #D6BF4F
Complementary color
Monochromatic Colors of #D6BF4F
Black with #D6BF4F
Text Example
Text Example
White with #D6BF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF4F; }
p { color: rgb(214,191,79); }
H1.HeaderClassName
{
color: #D6BF4F;
}
.AnyTagClassName
{
color: #D6BF4F;
}
</style>
background-color css
<style>
a { background-color: #D6BF4F; }
a { background-color: rgb(214,191,79); }
div.DivClassName
{
background-color: #D6BF4F;
}
.BgClassName
{
background-color: #D6BF4F;
}
</style>
border-color css
<style>
span { border-color: #D6BF4F; }
span { border-color: rgb(214,191,79); }
td.TdClassName
{
border-color: #D6BF4F;
}
.TagClassName
{
border-color: #D6BF4F;
}
</style>