Shades of Confetti #D7CE4B
Tints of Confetti #D7CE4B
RGB
CMYK
RGB Variations
Color information
#D7CE4B (or 0xD7CE4B) is known color: Confetti. HEX triplet: D7, CE and 4B. RGB value is (215,206,75). Sum of RGB (Red+Green+Blue) = 215+206+75=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE4B is #2831B4. Grayscale: #C2C2C2. Windows color (decimal): -2634165 or 4968151. OLE color: 4968151.
HSL color Cylindrical-coordinate representation of color #D7CE4B: hue angle of 56.14º 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 #D7CE4B is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 75 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.16 |
| HSL | 56.14º | 0.64% | 0.57% | - |
| HSV(B) | 56.14º | 0.65% | 0.84% | - |
| XYZ | 51.37 | 59.1 | 15.36 | - |
| YUV | 193.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 75 | 0 | 0.04 | 0.65 | 0.16 | 56.14 | 0.64 | 0.57 |
| Hex | D7 | CE | 4B | 0 | 4 | 41 | 10 | 38 | 40 | 39 |
| Octal | 327 | 316 | 113 | 0 | 4 | 101 | 20 | 70 | 100 | 71 |
| Binary | 11010111 | 11001110 | 1001011 | 0 | 100 | 1000001 | 10000 | 111000 | 1000000 | 111001 |
Color Harmonies of #D7CE4B
Complementary color
Monochromatic Colors of #D7CE4B
Black with #D7CE4B
Text Example
Text Example
White with #D7CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE4B; }
p { color: rgb(215,206,75); }
H1.HeaderClassName
{
color: #D7CE4B;
}
.AnyTagClassName
{
color: #D7CE4B;
}
</style>
background-color css
<style>
a { background-color: #D7CE4B; }
a { background-color: rgb(215,206,75); }
div.DivClassName
{
background-color: #D7CE4B;
}
.BgClassName
{
background-color: #D7CE4B;
}
</style>
border-color css
<style>
span { border-color: #D7CE4B; }
span { border-color: rgb(215,206,75); }
td.TdClassName
{
border-color: #D7CE4B;
}
.TagClassName
{
border-color: #D7CE4B;
}
</style>