Shades of Confetti #D9CA44
Tints of Confetti #D9CA44
RGB
CMYK
RGB Variations
Color information
#D9CA44 (or 0xD9CA44) is known color: Confetti. HEX triplet: D9, CA and 44. RGB value is (217,202,68). Sum of RGB (Red+Green+Blue) = 217+202+68=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CA44 is #2635BB. Grayscale: #BFBFBF. Windows color (decimal): -2504124 or 4508377. OLE color: 4508377.
HSL color Cylindrical-coordinate representation of color #D9CA44: hue angle of 53.96º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9CA44 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 68 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.15 |
| HSL | 53.96º | 0.66% | 0.56% | - |
| HSV(B) | 53.96º | 0.69% | 0.85% | - |
| XYZ | 50.78 | 57.41 | 13.87 | - |
| YUV | 191.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 68 | 0 | 0.07 | 0.69 | 0.15 | 53.96 | 0.66 | 0.56 |
| Hex | D9 | CA | 44 | 0 | 7 | 45 | F | 36 | 42 | 38 |
| Octal | 331 | 312 | 104 | 0 | 7 | 105 | 17 | 66 | 102 | 70 |
| Binary | 11011001 | 11001010 | 1000100 | 0 | 111 | 1000101 | 1111 | 110110 | 1000010 | 111000 |
Color Harmonies of #D9CA44
Complementary color
Monochromatic Colors of #D9CA44
Black with #D9CA44
Text Example
Text Example
White with #D9CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA44; }
p { color: rgb(217,202,68); }
H1.HeaderClassName
{
color: #D9CA44;
}
.AnyTagClassName
{
color: #D9CA44;
}
</style>
background-color css
<style>
a { background-color: #D9CA44; }
a { background-color: rgb(217,202,68); }
div.DivClassName
{
background-color: #D9CA44;
}
.BgClassName
{
background-color: #D9CA44;
}
</style>
border-color css
<style>
span { border-color: #D9CA44; }
span { border-color: rgb(217,202,68); }
td.TdClassName
{
border-color: #D9CA44;
}
.TagClassName
{
border-color: #D9CA44;
}
</style>