Shades of Confetti #DBD64A
Tints of Confetti #DBD64A
RGB
CMYK
RGB Variations
Color information
#DBD64A (or 0xDBD64A) is known color: Confetti. HEX triplet: DB, D6 and 4A. RGB value is (219,214,74). Sum of RGB (Red+Green+Blue) = 219+214+74=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD64A is #2429B5. Grayscale: #C8C8C8. Windows color (decimal): -2369974 or 4904667. OLE color: 4904667.
HSL color Cylindrical-coordinate representation of color #DBD64A: hue angle of 57.93º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBD64A is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 214 | 74 | - |
CMYK | 0 | 0.02 | 0.66 | 0.14 |
HSL | 57.93º | 0.67% | 0.57% | - |
HSV(B) | 57.93º | 0.66% | 0.86% | - |
XYZ | 54.5 | 63.65 | 15.89 | - |
YUV | 199.54 | 57.16 | 141.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 74 | 0 | 0.02 | 0.66 | 0.14 | 57.93 | 0.67 | 0.57 |
Hex | DB | D6 | 4A | 0 | 2 | 42 | E | 3A | 43 | 39 |
Octal | 333 | 326 | 112 | 0 | 2 | 102 | 16 | 72 | 103 | 71 |
Binary | 11011011 | 11010110 | 1001010 | 0 | 10 | 1000010 | 1110 | 111010 | 1000011 | 111001 |
Color Harmonies of #DBD64A
Complementary color
Monochromatic Colors of #DBD64A
Black with #DBD64A
Text Example
Text Example
White with #DBD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD64A; }
p { color: rgb(219,214,74); }
H1.HeaderClassName
{
color: #DBD64A;
}
.AnyTagClassName
{
color: #DBD64A;
}
</style>
background-color css
<style>
a { background-color: #DBD64A; }
a { background-color: rgb(219,214,74); }
div.DivClassName
{
background-color: #DBD64A;
}
.BgClassName
{
background-color: #DBD64A;
}
</style>
border-color css
<style>
span { border-color: #DBD64A; }
span { border-color: rgb(219,214,74); }
td.TdClassName
{
border-color: #DBD64A;
}
.TagClassName
{
border-color: #DBD64A;
}
</style>