Shades of Confetti #D2CF4B
Tints of Confetti #D2CF4B
RGB
CMYK
RGB Variations
Color information
#D2CF4B (or 0xD2CF4B) is known color: Confetti. HEX triplet: D2, CF and 4B. RGB value is (210,207,75). Sum of RGB (Red+Green+Blue) = 210+207+75=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CF4B is #2D30B4. Grayscale: #C1C1C1. Windows color (decimal): -2961589 or 4968402. OLE color: 4968402.
HSL color Cylindrical-coordinate representation of color #D2CF4B: hue angle of 58.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2CF4B is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 75 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.18 |
| HSL | 58.67º | 0.6% | 0.56% | - |
| HSV(B) | 58.67º | 0.64% | 0.82% | - |
| XYZ | 50.16 | 58.84 | 15.37 | - |
| YUV | 192.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 75 | 0 | 0.01 | 0.64 | 0.18 | 58.67 | 0.6 | 0.56 |
| Hex | D2 | CF | 4B | 0 | 1 | 40 | 12 | 3B | 3C | 38 |
| Octal | 322 | 317 | 113 | 0 | 1 | 100 | 22 | 73 | 74 | 70 |
| Binary | 11010010 | 11001111 | 1001011 | 0 | 1 | 1000000 | 10010 | 111011 | 111100 | 111000 |
Color Harmonies of #D2CF4B
Complementary color
Monochromatic Colors of #D2CF4B
Black with #D2CF4B
Text Example
Text Example
White with #D2CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF4B; }
p { color: rgb(210,207,75); }
H1.HeaderClassName
{
color: #D2CF4B;
}
.AnyTagClassName
{
color: #D2CF4B;
}
</style>
background-color css
<style>
a { background-color: #D2CF4B; }
a { background-color: rgb(210,207,75); }
div.DivClassName
{
background-color: #D2CF4B;
}
.BgClassName
{
background-color: #D2CF4B;
}
</style>
border-color css
<style>
span { border-color: #D2CF4B; }
span { border-color: rgb(210,207,75); }
td.TdClassName
{
border-color: #D2CF4B;
}
.TagClassName
{
border-color: #D2CF4B;
}
</style>