Shades of Confetti #D5CD4A
Tints of Confetti #D5CD4A
RGB
CMYK
RGB Variations
Color information
#D5CD4A (or 0xD5CD4A) is known color: Confetti. HEX triplet: D5, CD and 4A. RGB value is (213,205,74). Sum of RGB (Red+Green+Blue) = 213+205+74=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CD4A is #2A32B5. Grayscale: #C0C0C0. Windows color (decimal): -2765494 or 4902357. OLE color: 4902357.
HSL color Cylindrical-coordinate representation of color #D5CD4A: hue angle of 56.55º 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 #D5CD4A is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 205 | 74 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.16 |
| HSL | 56.55º | 0.62% | 0.56% | - |
| HSV(B) | 56.55º | 0.65% | 0.84% | - |
| XYZ | 50.51 | 58.3 | 15.07 | - |
| YUV | 192.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 74 | 0 | 0.04 | 0.65 | 0.16 | 56.55 | 0.62 | 0.56 |
| Hex | D5 | CD | 4A | 0 | 4 | 41 | 10 | 39 | 3E | 38 |
| Octal | 325 | 315 | 112 | 0 | 4 | 101 | 20 | 71 | 76 | 70 |
| Binary | 11010101 | 11001101 | 1001010 | 0 | 100 | 1000001 | 10000 | 111001 | 111110 | 111000 |
Color Harmonies of #D5CD4A
Complementary color
Monochromatic Colors of #D5CD4A
Black with #D5CD4A
Text Example
Text Example
White with #D5CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CD4A; }
p { color: rgb(213,205,74); }
H1.HeaderClassName
{
color: #D5CD4A;
}
.AnyTagClassName
{
color: #D5CD4A;
}
</style>
background-color css
<style>
a { background-color: #D5CD4A; }
a { background-color: rgb(213,205,74); }
div.DivClassName
{
background-color: #D5CD4A;
}
.BgClassName
{
background-color: #D5CD4A;
}
</style>
border-color css
<style>
span { border-color: #D5CD4A; }
span { border-color: rgb(213,205,74); }
td.TdClassName
{
border-color: #D5CD4A;
}
.TagClassName
{
border-color: #D5CD4A;
}
</style>