Shades of Confetti #D5CB4F
Tints of Confetti #D5CB4F
RGB
CMYK
RGB Variations
Color information
#D5CB4F (or 0xD5CB4F) is known color: Confetti. HEX triplet: D5, CB and 4F. RGB value is (213,203,79). Sum of RGB (Red+Green+Blue) = 213+203+79=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB4F is #2A34B0. Grayscale: #C0C0C0. Windows color (decimal): -2766001 or 5229525. OLE color: 5229525.
HSL color Cylindrical-coordinate representation of color #D5CB4F: hue angle of 55.52º 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 #D5CB4F is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 79 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.16 |
| HSL | 55.52º | 0.61% | 0.57% | - |
| HSV(B) | 55.52º | 0.63% | 0.84% | - |
| XYZ | 50.21 | 57.42 | 15.83 | - |
| YUV | 191.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 79 | 0 | 0.05 | 0.63 | 0.16 | 55.52 | 0.61 | 0.57 |
| Hex | D5 | CB | 4F | 0 | 5 | 3F | 10 | 38 | 3D | 39 |
| Octal | 325 | 313 | 117 | 0 | 5 | 77 | 20 | 70 | 75 | 71 |
| Binary | 11010101 | 11001011 | 1001111 | 0 | 101 | 111111 | 10000 | 111000 | 111101 | 111001 |
Color Harmonies of #D5CB4F
Complementary color
Monochromatic Colors of #D5CB4F
Black with #D5CB4F
Text Example
Text Example
White with #D5CB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB4F; }
p { color: rgb(213,203,79); }
H1.HeaderClassName
{
color: #D5CB4F;
}
.AnyTagClassName
{
color: #D5CB4F;
}
</style>
background-color css
<style>
a { background-color: #D5CB4F; }
a { background-color: rgb(213,203,79); }
div.DivClassName
{
background-color: #D5CB4F;
}
.BgClassName
{
background-color: #D5CB4F;
}
</style>
border-color css
<style>
span { border-color: #D5CB4F; }
span { border-color: rgb(213,203,79); }
td.TdClassName
{
border-color: #D5CB4F;
}
.TagClassName
{
border-color: #D5CB4F;
}
</style>