Shades of Confetti #D7CB4A
Tints of Confetti #D7CB4A
RGB
CMYK
RGB Variations
Color information
#D7CB4A (or 0xD7CB4A) is known color: Confetti. HEX triplet: D7, CB and 4A. RGB value is (215,203,74). Sum of RGB (Red+Green+Blue) = 215+203+74=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CB4A is #2834B5. Grayscale: #C0C0C0. Windows color (decimal): -2634934 or 4901847. OLE color: 4901847.
HSL color Cylindrical-coordinate representation of color #D7CB4A: hue angle of 54.89º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7CB4A is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 74 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.16 |
| HSL | 54.89º | 0.64% | 0.57% | - |
| HSV(B) | 54.89º | 0.66% | 0.84% | - |
| XYZ | 50.62 | 57.65 | 14.94 | - |
| YUV | 191.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 74 | 0 | 0.06 | 0.66 | 0.16 | 54.89 | 0.64 | 0.57 |
| Hex | D7 | CB | 4A | 0 | 6 | 42 | 10 | 37 | 40 | 39 |
| Octal | 327 | 313 | 112 | 0 | 6 | 102 | 20 | 67 | 100 | 71 |
| Binary | 11010111 | 11001011 | 1001010 | 0 | 110 | 1000010 | 10000 | 110111 | 1000000 | 111001 |
Color Harmonies of #D7CB4A
Complementary color
Monochromatic Colors of #D7CB4A
Black with #D7CB4A
Text Example
Text Example
White with #D7CB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB4A; }
p { color: rgb(215,203,74); }
H1.HeaderClassName
{
color: #D7CB4A;
}
.AnyTagClassName
{
color: #D7CB4A;
}
</style>
background-color css
<style>
a { background-color: #D7CB4A; }
a { background-color: rgb(215,203,74); }
div.DivClassName
{
background-color: #D7CB4A;
}
.BgClassName
{
background-color: #D7CB4A;
}
</style>
border-color css
<style>
span { border-color: #D7CB4A; }
span { border-color: rgb(215,203,74); }
td.TdClassName
{
border-color: #D7CB4A;
}
.TagClassName
{
border-color: #D7CB4A;
}
</style>