Shades of Confetti #D0BF4A
Tints of Confetti #D0BF4A
RGB
CMYK
RGB Variations
Color information
#D0BF4A (or 0xD0BF4A) is known color: Confetti. HEX triplet: D0, BF and 4A. RGB value is (208,191,74). Sum of RGB (Red+Green+Blue) = 208+191+74=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF4A is #2F40B5. Grayscale: #B7B7B7. Windows color (decimal): -3096758 or 4898768. OLE color: 4898768.
HSL color Cylindrical-coordinate representation of color #D0BF4A: hue angle of 52.39º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0BF4A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 74 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.18 |
| HSL | 52.39º | 0.59% | 0.55% | - |
| HSV(B) | 52.39º | 0.64% | 0.82% | - |
| XYZ | 45.88 | 51.17 | 13.94 | - |
| YUV | 182.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 74 | 0 | 0.08 | 0.64 | 0.18 | 52.39 | 0.59 | 0.55 |
| Hex | D0 | BF | 4A | 0 | 8 | 40 | 12 | 34 | 3B | 37 |
| Octal | 320 | 277 | 112 | 0 | 10 | 100 | 22 | 64 | 73 | 67 |
| Binary | 11010000 | 10111111 | 1001010 | 0 | 1000 | 1000000 | 10010 | 110100 | 111011 | 110111 |
Color Harmonies of #D0BF4A
Complementary color
Monochromatic Colors of #D0BF4A
Black with #D0BF4A
Text Example
Text Example
White with #D0BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF4A; }
p { color: rgb(208,191,74); }
H1.HeaderClassName
{
color: #D0BF4A;
}
.AnyTagClassName
{
color: #D0BF4A;
}
</style>
background-color css
<style>
a { background-color: #D0BF4A; }
a { background-color: rgb(208,191,74); }
div.DivClassName
{
background-color: #D0BF4A;
}
.BgClassName
{
background-color: #D0BF4A;
}
</style>
border-color css
<style>
span { border-color: #D0BF4A; }
span { border-color: rgb(208,191,74); }
td.TdClassName
{
border-color: #D0BF4A;
}
.TagClassName
{
border-color: #D0BF4A;
}
</style>