Shades of Confetti #D2BF4F
Tints of Confetti #D2BF4F
RGB
CMYK
RGB Variations
Color information
#D2BF4F (or 0xD2BF4F) is known color: Confetti. HEX triplet: D2, BF and 4F. RGB value is (210,191,79). Sum of RGB (Red+Green+Blue) = 210+191+79=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BF4F is #2D40B0. Grayscale: #B8B8B8. Windows color (decimal): -2965681 or 5226450. OLE color: 5226450.
HSL color Cylindrical-coordinate representation of color #D2BF4F: hue angle of 51.3º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2BF4F is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 79 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.18 |
| HSL | 51.3º | 0.59% | 0.57% | - |
| HSV(B) | 51.3º | 0.62% | 0.82% | - |
| XYZ | 46.62 | 51.53 | 14.89 | - |
| YUV | 183.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 79 | 0 | 0.09 | 0.62 | 0.18 | 51.3 | 0.59 | 0.57 |
| Hex | D2 | BF | 4F | 0 | 9 | 3E | 12 | 33 | 3B | 39 |
| Octal | 322 | 277 | 117 | 0 | 11 | 76 | 22 | 63 | 73 | 71 |
| Binary | 11010010 | 10111111 | 1001111 | 0 | 1001 | 111110 | 10010 | 110011 | 111011 | 111001 |
Color Harmonies of #D2BF4F
Complementary color
Monochromatic Colors of #D2BF4F
Black with #D2BF4F
Text Example
Text Example
White with #D2BF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF4F; }
p { color: rgb(210,191,79); }
H1.HeaderClassName
{
color: #D2BF4F;
}
.AnyTagClassName
{
color: #D2BF4F;
}
</style>
background-color css
<style>
a { background-color: #D2BF4F; }
a { background-color: rgb(210,191,79); }
div.DivClassName
{
background-color: #D2BF4F;
}
.BgClassName
{
background-color: #D2BF4F;
}
</style>
border-color css
<style>
span { border-color: #D2BF4F; }
span { border-color: rgb(210,191,79); }
td.TdClassName
{
border-color: #D2BF4F;
}
.TagClassName
{
border-color: #D2BF4F;
}
</style>