Shades of Confetti #D0CC57
Tints of Confetti #D0CC57
RGB
CMYK
RGB Variations
Color information
#D0CC57 (or 0xD0CC57) is known color: Confetti. HEX triplet: D0, CC and 57. RGB value is (208,204,87). Sum of RGB (Red+Green+Blue) = 208+204+87=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC57 is #2F33A8. Grayscale: #C0C0C0. Windows color (decimal): -3093417 or 5754064. OLE color: 5754064.
HSL color Cylindrical-coordinate representation of color #D0CC57: hue angle of 58.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 #D0CC57 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 87 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.18 |
| HSL | 58.02º | 0.56% | 0.58% | - |
| HSV(B) | 58.02º | 0.58% | 0.82% | - |
| XYZ | 49.33 | 57.28 | 17.47 | - |
| YUV | 191.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 87 | 0 | 0.02 | 0.58 | 0.18 | 58.02 | 0.56 | 0.58 |
| Hex | D0 | CC | 57 | 0 | 2 | 3A | 12 | 3A | 38 | 3A |
| Octal | 320 | 314 | 127 | 0 | 2 | 72 | 22 | 72 | 70 | 72 |
| Binary | 11010000 | 11001100 | 1010111 | 0 | 10 | 111010 | 10010 | 111010 | 111000 | 111010 |
Color Harmonies of #D0CC57
Complementary color
Monochromatic Colors of #D0CC57
Black with #D0CC57
Text Example
Text Example
White with #D0CC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC57; }
p { color: rgb(208,204,87); }
H1.HeaderClassName
{
color: #D0CC57;
}
.AnyTagClassName
{
color: #D0CC57;
}
</style>
background-color css
<style>
a { background-color: #D0CC57; }
a { background-color: rgb(208,204,87); }
div.DivClassName
{
background-color: #D0CC57;
}
.BgClassName
{
background-color: #D0CC57;
}
</style>
border-color css
<style>
span { border-color: #D0CC57; }
span { border-color: rgb(208,204,87); }
td.TdClassName
{
border-color: #D0CC57;
}
.TagClassName
{
border-color: #D0CC57;
}
</style>