Shades of Confetti #D2BF48
Tints of Confetti #D2BF48
RGB
CMYK
RGB Variations
Color information
#D2BF48 (or 0xD2BF48) is known color: Confetti. HEX triplet: D2, BF and 48. RGB value is (210,191,72). Sum of RGB (Red+Green+Blue) = 210+191+72=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BF48 is #2D40B7. Grayscale: #B7B7B7. Windows color (decimal): -2965688 or 4767698. OLE color: 4767698.
HSL color Cylindrical-coordinate representation of color #D2BF48: hue angle of 51.74º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2BF48 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 72 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.18 |
| HSL | 51.74º | 0.61% | 0.55% | - |
| HSV(B) | 51.74º | 0.66% | 0.82% | - |
| XYZ | 46.38 | 51.43 | 13.61 | - |
| YUV | 183.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 72 | 0 | 0.09 | 0.66 | 0.18 | 51.74 | 0.61 | 0.55 |
| Hex | D2 | BF | 48 | 0 | 9 | 42 | 12 | 34 | 3D | 37 |
| Octal | 322 | 277 | 110 | 0 | 11 | 102 | 22 | 64 | 75 | 67 |
| Binary | 11010010 | 10111111 | 1001000 | 0 | 1001 | 1000010 | 10010 | 110100 | 111101 | 110111 |
Color Harmonies of #D2BF48
Complementary color
Monochromatic Colors of #D2BF48
Black with #D2BF48
Text Example
Text Example
White with #D2BF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF48; }
p { color: rgb(210,191,72); }
H1.HeaderClassName
{
color: #D2BF48;
}
.AnyTagClassName
{
color: #D2BF48;
}
</style>
background-color css
<style>
a { background-color: #D2BF48; }
a { background-color: rgb(210,191,72); }
div.DivClassName
{
background-color: #D2BF48;
}
.BgClassName
{
background-color: #D2BF48;
}
</style>
border-color css
<style>
span { border-color: #D2BF48; }
span { border-color: rgb(210,191,72); }
td.TdClassName
{
border-color: #D2BF48;
}
.TagClassName
{
border-color: #D2BF48;
}
</style>