Shades of Confetti #D3CF4D
Tints of Confetti #D3CF4D
RGB
CMYK
RGB Variations
Color information
#D3CF4D (or 0xD3CF4D) is known color: Confetti. HEX triplet: D3, CF and 4D. RGB value is (211,207,77). Sum of RGB (Red+Green+Blue) = 211+207+77=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF4D is #2C30B2. Grayscale: #C1C1C1. Windows color (decimal): -2896051 or 5099475. OLE color: 5099475.
HSL color Cylindrical-coordinate representation of color #D3CF4D: hue angle of 58.21º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3CF4D is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 77 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.17 |
| HSL | 58.21º | 0.6% | 0.56% | - |
| HSV(B) | 58.21º | 0.64% | 0.83% | - |
| XYZ | 50.52 | 59.01 | 15.75 | - |
| YUV | 193.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 77 | 0 | 0.02 | 0.64 | 0.17 | 58.21 | 0.6 | 0.56 |
| Hex | D3 | CF | 4D | 0 | 2 | 40 | 11 | 3A | 3C | 38 |
| Octal | 323 | 317 | 115 | 0 | 2 | 100 | 21 | 72 | 74 | 70 |
| Binary | 11010011 | 11001111 | 1001101 | 0 | 10 | 1000000 | 10001 | 111010 | 111100 | 111000 |
Color Harmonies of #D3CF4D
Complementary color
Monochromatic Colors of #D3CF4D
Black with #D3CF4D
Text Example
Text Example
White with #D3CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF4D; }
p { color: rgb(211,207,77); }
H1.HeaderClassName
{
color: #D3CF4D;
}
.AnyTagClassName
{
color: #D3CF4D;
}
</style>
background-color css
<style>
a { background-color: #D3CF4D; }
a { background-color: rgb(211,207,77); }
div.DivClassName
{
background-color: #D3CF4D;
}
.BgClassName
{
background-color: #D3CF4D;
}
</style>
border-color css
<style>
span { border-color: #D3CF4D; }
span { border-color: rgb(211,207,77); }
td.TdClassName
{
border-color: #D3CF4D;
}
.TagClassName
{
border-color: #D3CF4D;
}
</style>