Shades of Confetti #DABD4A
Tints of Confetti #DABD4A
RGB
CMYK
RGB Variations
Color information
#DABD4A (or 0xDABD4A) is known color: Confetti. HEX triplet: DA, BD and 4A. RGB value is (218,189,74). Sum of RGB (Red+Green+Blue) = 218+189+74=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD4A is #2542B5. Grayscale: #B9B9B9. Windows color (decimal): -2441910 or 4898266. OLE color: 4898266.
HSL color Cylindrical-coordinate representation of color #DABD4A: hue angle of 47.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DABD4A is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 74 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.15 |
| HSL | 47.92º | 0.66% | 0.57% | - |
| HSV(B) | 47.92º | 0.66% | 0.85% | - |
| XYZ | 48.35 | 51.8 | 13.93 | - |
| YUV | 184.56 | 65.61 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 74 | 0 | 0.13 | 0.66 | 0.15 | 47.92 | 0.66 | 0.57 |
| Hex | DA | BD | 4A | 0 | D | 42 | F | 30 | 42 | 39 |
| Octal | 332 | 275 | 112 | 0 | 15 | 102 | 17 | 60 | 102 | 71 |
| Binary | 11011010 | 10111101 | 1001010 | 0 | 1101 | 1000010 | 1111 | 110000 | 1000010 | 111001 |
Color Harmonies of #DABD4A
Complementary color
Monochromatic Colors of #DABD4A
Black with #DABD4A
Text Example
Text Example
White with #DABD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD4A; }
p { color: rgb(218,189,74); }
H1.HeaderClassName
{
color: #DABD4A;
}
.AnyTagClassName
{
color: #DABD4A;
}
</style>
background-color css
<style>
a { background-color: #DABD4A; }
a { background-color: rgb(218,189,74); }
div.DivClassName
{
background-color: #DABD4A;
}
.BgClassName
{
background-color: #DABD4A;
}
</style>
border-color css
<style>
span { border-color: #DABD4A; }
span { border-color: rgb(218,189,74); }
td.TdClassName
{
border-color: #DABD4A;
}
.TagClassName
{
border-color: #DABD4A;
}
</style>