Shades of Bird Flower #DBC302
Tints of Bird Flower #DBC302
RGB
CMYK
RGB Variations
Color information
#DBC302 (or 0xDBC302) is known color: Bird Flower. HEX triplet: DB, C3 and 02. RGB value is (219,195,2). Sum of RGB (Red+Green+Blue) = 219+195+2=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC302 is #243CFD. Grayscale: #B4B4B4. Windows color (decimal): -2374910 or 181211. OLE color: 181211.
HSL color Cylindrical-coordinate representation of color #DBC302: hue angle of 53.36º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBC302 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.14 |
| HSL | 53.36º | 0.98% | 0.43% | - |
| HSV(B) | 53.36º | 0.99% | 0.86% | - |
| XYZ | 48.74 | 54.09 | 7.93 | - |
| YUV | 180.17 | 27.45 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 2 | 0 | 0.11 | 0.99 | 0.14 | 53.36 | 0.98 | 0.43 |
| Hex | DB | C3 | 2 | 0 | B | 63 | E | 35 | 62 | 2B |
| Octal | 333 | 303 | 2 | 0 | 13 | 143 | 16 | 65 | 142 | 53 |
| Binary | 11011011 | 11000011 | 10 | 0 | 1011 | 1100011 | 1110 | 110101 | 1100010 | 101011 |
Color Harmonies of #DBC302
Complementary color
Monochromatic Colors of #DBC302
Black with #DBC302
Text Example
Text Example
White with #DBC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC302; }
p { color: rgb(219,195,2); }
H1.HeaderClassName
{
color: #DBC302;
}
.AnyTagClassName
{
color: #DBC302;
}
</style>
background-color css
<style>
a { background-color: #DBC302; }
a { background-color: rgb(219,195,2); }
div.DivClassName
{
background-color: #DBC302;
}
.BgClassName
{
background-color: #DBC302;
}
</style>
border-color css
<style>
span { border-color: #DBC302; }
span { border-color: rgb(219,195,2); }
td.TdClassName
{
border-color: #DBC302;
}
.TagClassName
{
border-color: #DBC302;
}
</style>