Shades of Confetti #D3CA57
Tints of Confetti #D3CA57
RGB
CMYK
RGB Variations
Color information
#D3CA57 (or 0xD3CA57) is known color: Confetti. HEX triplet: D3, CA and 57. RGB value is (211,202,87). Sum of RGB (Red+Green+Blue) = 211+202+87=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CA57 is #2C35A8. Grayscale: #C0C0C0. Windows color (decimal): -2897321 or 5753555. OLE color: 5753555.
HSL color Cylindrical-coordinate representation of color #D3CA57: hue angle of 55.65º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3CA57 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 202 | 87 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.17 |
| HSL | 55.65º | 0.58% | 0.58% | - |
| HSV(B) | 55.65º | 0.59% | 0.83% | - |
| XYZ | 49.7 | 56.78 | 17.36 | - |
| YUV | 191.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 87 | 0 | 0.04 | 0.59 | 0.17 | 55.65 | 0.58 | 0.58 |
| Hex | D3 | CA | 57 | 0 | 4 | 3B | 11 | 38 | 3A | 3A |
| Octal | 323 | 312 | 127 | 0 | 4 | 73 | 21 | 70 | 72 | 72 |
| Binary | 11010011 | 11001010 | 1010111 | 0 | 100 | 111011 | 10001 | 111000 | 111010 | 111010 |
Color Harmonies of #D3CA57
Complementary color
Monochromatic Colors of #D3CA57
Black with #D3CA57
Text Example
Text Example
White with #D3CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CA57; }
p { color: rgb(211,202,87); }
H1.HeaderClassName
{
color: #D3CA57;
}
.AnyTagClassName
{
color: #D3CA57;
}
</style>
background-color css
<style>
a { background-color: #D3CA57; }
a { background-color: rgb(211,202,87); }
div.DivClassName
{
background-color: #D3CA57;
}
.BgClassName
{
background-color: #D3CA57;
}
</style>
border-color css
<style>
span { border-color: #D3CA57; }
span { border-color: rgb(211,202,87); }
td.TdClassName
{
border-color: #D3CA57;
}
.TagClassName
{
border-color: #D3CA57;
}
</style>