Shades of Confetti #D0CA57
Tints of Confetti #D0CA57
RGB
CMYK
RGB Variations
Color information
#D0CA57 (or 0xD0CA57) is known color: Confetti. HEX triplet: D0, CA and 57. RGB value is (208,202,87). Sum of RGB (Red+Green+Blue) = 208+202+87=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA57 is #2F35A8. Grayscale: #BFBFBF. Windows color (decimal): -3093929 or 5753552. OLE color: 5753552.
HSL color Cylindrical-coordinate representation of color #D0CA57: hue angle of 57.02º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0CA57 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 87 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.18 |
| HSL | 57.02º | 0.56% | 0.58% | - |
| HSV(B) | 57.02º | 0.58% | 0.82% | - |
| XYZ | 48.85 | 56.34 | 17.32 | - |
| YUV | 190.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 87 | 0 | 0.03 | 0.58 | 0.18 | 57.02 | 0.56 | 0.58 |
| Hex | D0 | CA | 57 | 0 | 3 | 3A | 12 | 39 | 38 | 3A |
| Octal | 320 | 312 | 127 | 0 | 3 | 72 | 22 | 71 | 70 | 72 |
| Binary | 11010000 | 11001010 | 1010111 | 0 | 11 | 111010 | 10010 | 111001 | 111000 | 111010 |
Color Harmonies of #D0CA57
Complementary color
Monochromatic Colors of #D0CA57
Black with #D0CA57
Text Example
Text Example
White with #D0CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA57; }
p { color: rgb(208,202,87); }
H1.HeaderClassName
{
color: #D0CA57;
}
.AnyTagClassName
{
color: #D0CA57;
}
</style>
background-color css
<style>
a { background-color: #D0CA57; }
a { background-color: rgb(208,202,87); }
div.DivClassName
{
background-color: #D0CA57;
}
.BgClassName
{
background-color: #D0CA57;
}
</style>
border-color css
<style>
span { border-color: #D0CA57; }
span { border-color: rgb(208,202,87); }
td.TdClassName
{
border-color: #D0CA57;
}
.TagClassName
{
border-color: #D0CA57;
}
</style>