Shades of Confetti #D0CD4E
Tints of Confetti #D0CD4E
RGB
CMYK
RGB Variations
Color information
#D0CD4E (or 0xD0CD4E) is known color: Confetti. HEX triplet: D0, CD and 4E. RGB value is (208,205,78). Sum of RGB (Red+Green+Blue) = 208+205+78=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD4E is #2F32B1. Grayscale: #BFBFBF. Windows color (decimal): -3093170 or 5164496. OLE color: 5164496.
HSL color Cylindrical-coordinate representation of color #D0CD4E: hue angle of 58.62º 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 #D0CD4E is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 78 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.18 |
| HSL | 58.62º | 0.58% | 0.56% | - |
| HSV(B) | 58.62º | 0.63% | 0.82% | - |
| XYZ | 49.22 | 57.62 | 15.74 | - |
| YUV | 191.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 78 | 0 | 0.01 | 0.62 | 0.18 | 58.62 | 0.58 | 0.56 |
| Hex | D0 | CD | 4E | 0 | 1 | 3E | 12 | 3B | 3A | 38 |
| Octal | 320 | 315 | 116 | 0 | 1 | 76 | 22 | 73 | 72 | 70 |
| Binary | 11010000 | 11001101 | 1001110 | 0 | 1 | 111110 | 10010 | 111011 | 111010 | 111000 |
Color Harmonies of #D0CD4E
Complementary color
Monochromatic Colors of #D0CD4E
Black with #D0CD4E
Text Example
Text Example
White with #D0CD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD4E; }
p { color: rgb(208,205,78); }
H1.HeaderClassName
{
color: #D0CD4E;
}
.AnyTagClassName
{
color: #D0CD4E;
}
</style>
background-color css
<style>
a { background-color: #D0CD4E; }
a { background-color: rgb(208,205,78); }
div.DivClassName
{
background-color: #D0CD4E;
}
.BgClassName
{
background-color: #D0CD4E;
}
</style>
border-color css
<style>
span { border-color: #D0CD4E; }
span { border-color: rgb(208,205,78); }
td.TdClassName
{
border-color: #D0CD4E;
}
.TagClassName
{
border-color: #D0CD4E;
}
</style>