Shades of Confetti #D3CF4B
Tints of Confetti #D3CF4B
RGB
CMYK
RGB Variations
Color information
#D3CF4B (or 0xD3CF4B) is known color: Confetti. HEX triplet: D3, CF and 4B. RGB value is (211,207,75). Sum of RGB (Red+Green+Blue) = 211+207+75=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CF4B is #2C30B4. Grayscale: #C1C1C1. Windows color (decimal): -2896053 or 4968403. OLE color: 4968403.
HSL color Cylindrical-coordinate representation of color #D3CF4B: hue angle of 58.24º degrees, saturation: 0.61, 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 #D3CF4B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 75 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.17 |
| HSL | 58.24º | 0.61% | 0.56% | - |
| HSV(B) | 58.24º | 0.64% | 0.83% | - |
| XYZ | 50.45 | 58.98 | 15.38 | - |
| YUV | 193.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 75 | 0 | 0.02 | 0.64 | 0.17 | 58.24 | 0.61 | 0.56 |
| Hex | D3 | CF | 4B | 0 | 2 | 40 | 11 | 3A | 3D | 38 |
| Octal | 323 | 317 | 113 | 0 | 2 | 100 | 21 | 72 | 75 | 70 |
| Binary | 11010011 | 11001111 | 1001011 | 0 | 10 | 1000000 | 10001 | 111010 | 111101 | 111000 |
Color Harmonies of #D3CF4B
Complementary color
Monochromatic Colors of #D3CF4B
Black with #D3CF4B
Text Example
Text Example
White with #D3CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF4B; }
p { color: rgb(211,207,75); }
H1.HeaderClassName
{
color: #D3CF4B;
}
.AnyTagClassName
{
color: #D3CF4B;
}
</style>
background-color css
<style>
a { background-color: #D3CF4B; }
a { background-color: rgb(211,207,75); }
div.DivClassName
{
background-color: #D3CF4B;
}
.BgClassName
{
background-color: #D3CF4B;
}
</style>
border-color css
<style>
span { border-color: #D3CF4B; }
span { border-color: rgb(211,207,75); }
td.TdClassName
{
border-color: #D3CF4B;
}
.TagClassName
{
border-color: #D3CF4B;
}
</style>