Shades of Confetti #D0C94F
Tints of Confetti #D0C94F
RGB
CMYK
RGB Variations
Color information
#D0C94F (or 0xD0C94F) is known color: Confetti. HEX triplet: D0, C9 and 4F. RGB value is (208,201,79). Sum of RGB (Red+Green+Blue) = 208+201+79=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C94F is #2F36B0. Grayscale: #BDBDBD. Windows color (decimal): -3094193 or 5229008. OLE color: 5229008.
HSL color Cylindrical-coordinate representation of color #D0C94F: hue angle of 56.74º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0C94F is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 79 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.18 |
| HSL | 56.74º | 0.58% | 0.56% | - |
| HSV(B) | 56.74º | 0.62% | 0.82% | - |
| XYZ | 48.31 | 55.75 | 15.61 | - |
| YUV | 189.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 79 | 0 | 0.03 | 0.62 | 0.18 | 56.74 | 0.58 | 0.56 |
| Hex | D0 | C9 | 4F | 0 | 3 | 3E | 12 | 39 | 3A | 38 |
| Octal | 320 | 311 | 117 | 0 | 3 | 76 | 22 | 71 | 72 | 70 |
| Binary | 11010000 | 11001001 | 1001111 | 0 | 11 | 111110 | 10010 | 111001 | 111010 | 111000 |
Color Harmonies of #D0C94F
Complementary color
Monochromatic Colors of #D0C94F
Black with #D0C94F
Text Example
Text Example
White with #D0C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C94F; }
p { color: rgb(208,201,79); }
H1.HeaderClassName
{
color: #D0C94F;
}
.AnyTagClassName
{
color: #D0C94F;
}
</style>
background-color css
<style>
a { background-color: #D0C94F; }
a { background-color: rgb(208,201,79); }
div.DivClassName
{
background-color: #D0C94F;
}
.BgClassName
{
background-color: #D0C94F;
}
</style>
border-color css
<style>
span { border-color: #D0C94F; }
span { border-color: rgb(208,201,79); }
td.TdClassName
{
border-color: #D0C94F;
}
.TagClassName
{
border-color: #D0C94F;
}
</style>