Shades of Confetti #D5CB57
Tints of Confetti #D5CB57
RGB
CMYK
RGB Variations
Color information
#D5CB57 (or 0xD5CB57) is known color: Confetti. HEX triplet: D5, CB and 57. RGB value is (213,203,87). Sum of RGB (Red+Green+Blue) = 213+203+87=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB57 is #2A34A8. Grayscale: #C1C1C1. Windows color (decimal): -2765993 or 5753813. OLE color: 5753813.
HSL color Cylindrical-coordinate representation of color #D5CB57: hue angle of 55.24º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5CB57 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 87 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.16 |
| HSL | 55.24º | 0.6% | 0.59% | - |
| HSV(B) | 55.24º | 0.59% | 0.84% | - |
| XYZ | 50.52 | 57.55 | 17.46 | - |
| YUV | 192.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 87 | 0 | 0.05 | 0.59 | 0.16 | 55.24 | 0.6 | 0.59 |
| Hex | D5 | CB | 57 | 0 | 5 | 3B | 10 | 37 | 3C | 3B |
| Octal | 325 | 313 | 127 | 0 | 5 | 73 | 20 | 67 | 74 | 73 |
| Binary | 11010101 | 11001011 | 1010111 | 0 | 101 | 111011 | 10000 | 110111 | 111100 | 111011 |
Color Harmonies of #D5CB57
Complementary color
Monochromatic Colors of #D5CB57
Black with #D5CB57
Text Example
Text Example
White with #D5CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB57; }
p { color: rgb(213,203,87); }
H1.HeaderClassName
{
color: #D5CB57;
}
.AnyTagClassName
{
color: #D5CB57;
}
</style>
background-color css
<style>
a { background-color: #D5CB57; }
a { background-color: rgb(213,203,87); }
div.DivClassName
{
background-color: #D5CB57;
}
.BgClassName
{
background-color: #D5CB57;
}
</style>
border-color css
<style>
span { border-color: #D5CB57; }
span { border-color: rgb(213,203,87); }
td.TdClassName
{
border-color: #D5CB57;
}
.TagClassName
{
border-color: #D5CB57;
}
</style>