Shades of Confetti #D5CF4F
Tints of Confetti #D5CF4F
RGB
CMYK
RGB Variations
Color information
#D5CF4F (or 0xD5CF4F) is known color: Confetti. HEX triplet: D5, CF and 4F. RGB value is (213,207,79). Sum of RGB (Red+Green+Blue) = 213+207+79=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF4F is #2A30B0. Grayscale: #C2C2C2. Windows color (decimal): -2764977 or 5230549. OLE color: 5230549.
HSL color Cylindrical-coordinate representation of color #D5CF4F: hue angle of 57.31º 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 #D5CF4F is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 79 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.16 |
| HSL | 57.31º | 0.61% | 0.57% | - |
| HSV(B) | 57.31º | 0.63% | 0.84% | - |
| XYZ | 51.16 | 59.34 | 16.15 | - |
| YUV | 194.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 79 | 0 | 0.03 | 0.63 | 0.16 | 57.31 | 0.61 | 0.57 |
| Hex | D5 | CF | 4F | 0 | 3 | 3F | 10 | 39 | 3D | 39 |
| Octal | 325 | 317 | 117 | 0 | 3 | 77 | 20 | 71 | 75 | 71 |
| Binary | 11010101 | 11001111 | 1001111 | 0 | 11 | 111111 | 10000 | 111001 | 111101 | 111001 |
Color Harmonies of #D5CF4F
Complementary color
Monochromatic Colors of #D5CF4F
Black with #D5CF4F
Text Example
Text Example
White with #D5CF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF4F; }
p { color: rgb(213,207,79); }
H1.HeaderClassName
{
color: #D5CF4F;
}
.AnyTagClassName
{
color: #D5CF4F;
}
</style>
background-color css
<style>
a { background-color: #D5CF4F; }
a { background-color: rgb(213,207,79); }
div.DivClassName
{
background-color: #D5CF4F;
}
.BgClassName
{
background-color: #D5CF4F;
}
</style>
border-color css
<style>
span { border-color: #D5CF4F; }
span { border-color: rgb(213,207,79); }
td.TdClassName
{
border-color: #D5CF4F;
}
.TagClassName
{
border-color: #D5CF4F;
}
</style>