Shades of Confetti #DABB4B
Tints of Confetti #DABB4B
RGB
CMYK
RGB Variations
Color information
#DABB4B (or 0xDABB4B) is known color: Confetti. HEX triplet: DA, BB and 4B. RGB value is (218,187,75). Sum of RGB (Red+Green+Blue) = 218+187+75=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB4B is #2544B4. Grayscale: #B7B7B7. Windows color (decimal): -2442421 or 4963290. OLE color: 4963290.
HSL color Cylindrical-coordinate representation of color #DABB4B: hue angle of 46.99º 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 #DABB4B is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 75 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.15 |
| HSL | 46.99º | 0.66% | 0.57% | - |
| HSV(B) | 46.99º | 0.66% | 0.85% | - |
| XYZ | 47.95 | 50.95 | 13.96 | - |
| YUV | 183.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 75 | 0 | 0.14 | 0.66 | 0.15 | 46.99 | 0.66 | 0.57 |
| Hex | DA | BB | 4B | 0 | E | 42 | F | 2F | 42 | 39 |
| Octal | 332 | 273 | 113 | 0 | 16 | 102 | 17 | 57 | 102 | 71 |
| Binary | 11011010 | 10111011 | 1001011 | 0 | 1110 | 1000010 | 1111 | 101111 | 1000010 | 111001 |
Color Harmonies of #DABB4B
Complementary color
Monochromatic Colors of #DABB4B
Black with #DABB4B
Text Example
Text Example
White with #DABB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB4B; }
p { color: rgb(218,187,75); }
H1.HeaderClassName
{
color: #DABB4B;
}
.AnyTagClassName
{
color: #DABB4B;
}
</style>
background-color css
<style>
a { background-color: #DABB4B; }
a { background-color: rgb(218,187,75); }
div.DivClassName
{
background-color: #DABB4B;
}
.BgClassName
{
background-color: #DABB4B;
}
</style>
border-color css
<style>
span { border-color: #DABB4B; }
span { border-color: rgb(218,187,75); }
td.TdClassName
{
border-color: #DABB4B;
}
.TagClassName
{
border-color: #DABB4B;
}
</style>