Shades of Confetti #D3CD4F
Tints of Confetti #D3CD4F
RGB
CMYK
RGB Variations
Color information
#D3CD4F (or 0xD3CD4F) is known color: Confetti. HEX triplet: D3, CD and 4F. RGB value is (211,205,79). Sum of RGB (Red+Green+Blue) = 211+205+79=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD4F is #2C32B0. Grayscale: #C0C0C0. Windows color (decimal): -2896561 or 5230035. OLE color: 5230035.
HSL color Cylindrical-coordinate representation of color #D3CD4F: hue angle of 57.27º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3CD4F is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 79 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.17 |
| HSL | 57.27º | 0.6% | 0.57% | - |
| HSV(B) | 57.27º | 0.63% | 0.83% | - |
| XYZ | 50.11 | 58.08 | 15.97 | - |
| YUV | 192.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 79 | 0 | 0.03 | 0.63 | 0.17 | 57.27 | 0.6 | 0.57 |
| Hex | D3 | CD | 4F | 0 | 3 | 3F | 11 | 39 | 3C | 39 |
| Octal | 323 | 315 | 117 | 0 | 3 | 77 | 21 | 71 | 74 | 71 |
| Binary | 11010011 | 11001101 | 1001111 | 0 | 11 | 111111 | 10001 | 111001 | 111100 | 111001 |
Color Harmonies of #D3CD4F
Complementary color
Monochromatic Colors of #D3CD4F
Black with #D3CD4F
Text Example
Text Example
White with #D3CD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CD4F; }
p { color: rgb(211,205,79); }
H1.HeaderClassName
{
color: #D3CD4F;
}
.AnyTagClassName
{
color: #D3CD4F;
}
</style>
background-color css
<style>
a { background-color: #D3CD4F; }
a { background-color: rgb(211,205,79); }
div.DivClassName
{
background-color: #D3CD4F;
}
.BgClassName
{
background-color: #D3CD4F;
}
</style>
border-color css
<style>
span { border-color: #D3CD4F; }
span { border-color: rgb(211,205,79); }
td.TdClassName
{
border-color: #D3CD4F;
}
.TagClassName
{
border-color: #D3CD4F;
}
</style>