Shades of Confetti #D6BF44
Tints of Confetti #D6BF44
RGB
CMYK
RGB Variations
Color information
#D6BF44 (or 0xD6BF44) is known color: Confetti. HEX triplet: D6, BF and 44. RGB value is (214,191,68). Sum of RGB (Red+Green+Blue) = 214+191+68=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BF44 is #2940BB. Grayscale: #B8B8B8. Windows color (decimal): -2703548 or 4505558. OLE color: 4505558.
HSL color Cylindrical-coordinate representation of color #D6BF44: hue angle of 50.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6BF44 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 68 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.16 |
| HSL | 50.55º | 0.64% | 0.55% | - |
| HSV(B) | 50.55º | 0.68% | 0.84% | - |
| XYZ | 47.41 | 51.98 | 13 | - |
| YUV | 183.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 68 | 0 | 0.11 | 0.68 | 0.16 | 50.55 | 0.64 | 0.55 |
| Hex | D6 | BF | 44 | 0 | B | 44 | 10 | 33 | 40 | 37 |
| Octal | 326 | 277 | 104 | 0 | 13 | 104 | 20 | 63 | 100 | 67 |
| Binary | 11010110 | 10111111 | 1000100 | 0 | 1011 | 1000100 | 10000 | 110011 | 1000000 | 110111 |
Color Harmonies of #D6BF44
Complementary color
Monochromatic Colors of #D6BF44
Black with #D6BF44
Text Example
Text Example
White with #D6BF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF44; }
p { color: rgb(214,191,68); }
H1.HeaderClassName
{
color: #D6BF44;
}
.AnyTagClassName
{
color: #D6BF44;
}
</style>
background-color css
<style>
a { background-color: #D6BF44; }
a { background-color: rgb(214,191,68); }
div.DivClassName
{
background-color: #D6BF44;
}
.BgClassName
{
background-color: #D6BF44;
}
</style>
border-color css
<style>
span { border-color: #D6BF44; }
span { border-color: rgb(214,191,68); }
td.TdClassName
{
border-color: #D6BF44;
}
.TagClassName
{
border-color: #D6BF44;
}
</style>