Shades of Confetti #D5CE4B
Tints of Confetti #D5CE4B
RGB
CMYK
RGB Variations
Color information
#D5CE4B (or 0xD5CE4B) is known color: Confetti. HEX triplet: D5, CE and 4B. RGB value is (213,206,75). Sum of RGB (Red+Green+Blue) = 213+206+75=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE4B is #2A31B4. Grayscale: #C1C1C1. Windows color (decimal): -2765237 or 4968149. OLE color: 4968149.
HSL color Cylindrical-coordinate representation of color #D5CE4B: hue angle of 56.96º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5CE4B is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 75 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.16 |
| HSL | 56.96º | 0.62% | 0.56% | - |
| HSV(B) | 56.96º | 0.65% | 0.84% | - |
| XYZ | 50.78 | 58.8 | 15.33 | - |
| YUV | 193.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 75 | 0 | 0.03 | 0.65 | 0.16 | 56.96 | 0.62 | 0.56 |
| Hex | D5 | CE | 4B | 0 | 3 | 41 | 10 | 39 | 3E | 38 |
| Octal | 325 | 316 | 113 | 0 | 3 | 101 | 20 | 71 | 76 | 70 |
| Binary | 11010101 | 11001110 | 1001011 | 0 | 11 | 1000001 | 10000 | 111001 | 111110 | 111000 |
Color Harmonies of #D5CE4B
Complementary color
Monochromatic Colors of #D5CE4B
Black with #D5CE4B
Text Example
Text Example
White with #D5CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE4B; }
p { color: rgb(213,206,75); }
H1.HeaderClassName
{
color: #D5CE4B;
}
.AnyTagClassName
{
color: #D5CE4B;
}
</style>
background-color css
<style>
a { background-color: #D5CE4B; }
a { background-color: rgb(213,206,75); }
div.DivClassName
{
background-color: #D5CE4B;
}
.BgClassName
{
background-color: #D5CE4B;
}
</style>
border-color css
<style>
span { border-color: #D5CE4B; }
span { border-color: rgb(213,206,75); }
td.TdClassName
{
border-color: #D5CE4B;
}
.TagClassName
{
border-color: #D5CE4B;
}
</style>