Shades of Confetti #D5C34F
Tints of Confetti #D5C34F
RGB
CMYK
RGB Variations
Color information
#D5C34F (or 0xD5C34F) is known color: Confetti. HEX triplet: D5, C3 and 4F. RGB value is (213,195,79). Sum of RGB (Red+Green+Blue) = 213+195+79=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C34F is #2A3CB0. Grayscale: #BBBBBB. Windows color (decimal): -2768049 or 5227477. OLE color: 5227477.
HSL color Cylindrical-coordinate representation of color #D5C34F: hue angle of 51.94º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5C34F is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 79 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.16 |
| HSL | 51.94º | 0.61% | 0.57% | - |
| HSV(B) | 51.94º | 0.63% | 0.84% | - |
| XYZ | 48.37 | 53.74 | 15.22 | - |
| YUV | 187.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 79 | 0 | 0.08 | 0.63 | 0.16 | 51.94 | 0.61 | 0.57 |
| Hex | D5 | C3 | 4F | 0 | 8 | 3F | 10 | 34 | 3D | 39 |
| Octal | 325 | 303 | 117 | 0 | 10 | 77 | 20 | 64 | 75 | 71 |
| Binary | 11010101 | 11000011 | 1001111 | 0 | 1000 | 111111 | 10000 | 110100 | 111101 | 111001 |
Color Harmonies of #D5C34F
Complementary color
Monochromatic Colors of #D5C34F
Black with #D5C34F
Text Example
Text Example
White with #D5C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C34F; }
p { color: rgb(213,195,79); }
H1.HeaderClassName
{
color: #D5C34F;
}
.AnyTagClassName
{
color: #D5C34F;
}
</style>
background-color css
<style>
a { background-color: #D5C34F; }
a { background-color: rgb(213,195,79); }
div.DivClassName
{
background-color: #D5C34F;
}
.BgClassName
{
background-color: #D5C34F;
}
</style>
border-color css
<style>
span { border-color: #D5C34F; }
span { border-color: rgb(213,195,79); }
td.TdClassName
{
border-color: #D5C34F;
}
.TagClassName
{
border-color: #D5C34F;
}
</style>