Shades of Confetti #D7CF4B
Tints of Confetti #D7CF4B
RGB
CMYK
RGB Variations
Color information
#D7CF4B (or 0xD7CF4B) is known color: Confetti. HEX triplet: D7, CF and 4B. RGB value is (215,207,75). Sum of RGB (Red+Green+Blue) = 215+207+75=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CF4B is #2830B4. Grayscale: #C2C2C2. Windows color (decimal): -2633909 or 4968407. OLE color: 4968407.
HSL color Cylindrical-coordinate representation of color #D7CF4B: hue angle of 56.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7CF4B is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 75 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.16 |
| HSL | 56.57º | 0.64% | 0.57% | - |
| HSV(B) | 56.57º | 0.65% | 0.84% | - |
| XYZ | 51.61 | 59.58 | 15.44 | - |
| YUV | 194.34 | 60.65 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 75 | 0 | 0.04 | 0.65 | 0.16 | 56.57 | 0.64 | 0.57 |
| Hex | D7 | CF | 4B | 0 | 4 | 41 | 10 | 39 | 40 | 39 |
| Octal | 327 | 317 | 113 | 0 | 4 | 101 | 20 | 71 | 100 | 71 |
| Binary | 11010111 | 11001111 | 1001011 | 0 | 100 | 1000001 | 10000 | 111001 | 1000000 | 111001 |
Color Harmonies of #D7CF4B
Complementary color
Monochromatic Colors of #D7CF4B
Black with #D7CF4B
Text Example
Text Example
White with #D7CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CF4B; }
p { color: rgb(215,207,75); }
H1.HeaderClassName
{
color: #D7CF4B;
}
.AnyTagClassName
{
color: #D7CF4B;
}
</style>
background-color css
<style>
a { background-color: #D7CF4B; }
a { background-color: rgb(215,207,75); }
div.DivClassName
{
background-color: #D7CF4B;
}
.BgClassName
{
background-color: #D7CF4B;
}
</style>
border-color css
<style>
span { border-color: #D7CF4B; }
span { border-color: rgb(215,207,75); }
td.TdClassName
{
border-color: #D7CF4B;
}
.TagClassName
{
border-color: #D7CF4B;
}
</style>