Shades of Confetti #D2CA4D
Tints of Confetti #D2CA4D
RGB
CMYK
RGB Variations
Color information
#D2CA4D (or 0xD2CA4D) is known color: Confetti. HEX triplet: D2, CA and 4D. RGB value is (210,202,77). Sum of RGB (Red+Green+Blue) = 210+202+77=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CA4D is #2D35B2. Grayscale: #BEBEBE. Windows color (decimal): -2962867 or 5098194. OLE color: 5098194.
HSL color Cylindrical-coordinate representation of color #D2CA4D: hue angle of 56.39º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2CA4D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 202 | 77 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.18 |
| HSL | 56.39º | 0.6% | 0.56% | - |
| HSV(B) | 56.39º | 0.63% | 0.82% | - |
| XYZ | 49.04 | 56.48 | 15.34 | - |
| YUV | 190.14 | 64.15 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 77 | 0 | 0.04 | 0.63 | 0.18 | 56.39 | 0.6 | 0.56 |
| Hex | D2 | CA | 4D | 0 | 4 | 3F | 12 | 38 | 3C | 38 |
| Octal | 322 | 312 | 115 | 0 | 4 | 77 | 22 | 70 | 74 | 70 |
| Binary | 11010010 | 11001010 | 1001101 | 0 | 100 | 111111 | 10010 | 111000 | 111100 | 111000 |
Color Harmonies of #D2CA4D
Complementary color
Monochromatic Colors of #D2CA4D
Black with #D2CA4D
Text Example
Text Example
White with #D2CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CA4D; }
p { color: rgb(210,202,77); }
H1.HeaderClassName
{
color: #D2CA4D;
}
.AnyTagClassName
{
color: #D2CA4D;
}
</style>
background-color css
<style>
a { background-color: #D2CA4D; }
a { background-color: rgb(210,202,77); }
div.DivClassName
{
background-color: #D2CA4D;
}
.BgClassName
{
background-color: #D2CA4D;
}
</style>
border-color css
<style>
span { border-color: #D2CA4D; }
span { border-color: rgb(210,202,77); }
td.TdClassName
{
border-color: #D2CA4D;
}
.TagClassName
{
border-color: #D2CA4D;
}
</style>