Shades of Confetti #D5CF4A
Tints of Confetti #D5CF4A
RGB
CMYK
RGB Variations
Color information
#D5CF4A (or 0xD5CF4A) is known color: Confetti. HEX triplet: D5, CF and 4A. RGB value is (213,207,74). Sum of RGB (Red+Green+Blue) = 213+207+74=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF4A is #2A30B5. Grayscale: #C2C2C2. Windows color (decimal): -2764982 or 4902869. OLE color: 4902869.
HSL color Cylindrical-coordinate representation of color #D5CF4A: hue angle of 57.41º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5CF4A is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 74 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.16 |
| HSL | 57.41º | 0.62% | 0.56% | - |
| HSV(B) | 57.41º | 0.65% | 0.84% | - |
| XYZ | 50.99 | 59.27 | 15.23 | - |
| YUV | 193.63 | 60.49 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 74 | 0 | 0.03 | 0.65 | 0.16 | 57.41 | 0.62 | 0.56 |
| Hex | D5 | CF | 4A | 0 | 3 | 41 | 10 | 39 | 3E | 38 |
| Octal | 325 | 317 | 112 | 0 | 3 | 101 | 20 | 71 | 76 | 70 |
| Binary | 11010101 | 11001111 | 1001010 | 0 | 11 | 1000001 | 10000 | 111001 | 111110 | 111000 |
Color Harmonies of #D5CF4A
Complementary color
Monochromatic Colors of #D5CF4A
Black with #D5CF4A
Text Example
Text Example
White with #D5CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF4A; }
p { color: rgb(213,207,74); }
H1.HeaderClassName
{
color: #D5CF4A;
}
.AnyTagClassName
{
color: #D5CF4A;
}
</style>
background-color css
<style>
a { background-color: #D5CF4A; }
a { background-color: rgb(213,207,74); }
div.DivClassName
{
background-color: #D5CF4A;
}
.BgClassName
{
background-color: #D5CF4A;
}
</style>
border-color css
<style>
span { border-color: #D5CF4A; }
span { border-color: rgb(213,207,74); }
td.TdClassName
{
border-color: #D5CF4A;
}
.TagClassName
{
border-color: #D5CF4A;
}
</style>