Shades of Sunflower #DBBD02
Tints of Sunflower #DBBD02
RGB
CMYK
RGB Variations
Color information
#DBBD02 (or 0xDBBD02) is known color: Sunflower. HEX triplet: DB, BD and 02. RGB value is (219,189,2). Sum of RGB (Red+Green+Blue) = 219+189+2=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBD02 is #2442FD. Grayscale: #B1B1B1. Windows color (decimal): -2376446 or 179675. OLE color: 179675.
HSL color Cylindrical-coordinate representation of color #DBBD02: hue angle of 51.71º 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 #DBBD02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.14 |
| HSL | 51.71º | 0.98% | 0.43% | - |
| HSV(B) | 51.71º | 0.99% | 0.86% | - |
| XYZ | 47.42 | 51.46 | 7.49 | - |
| YUV | 176.65 | 29.44 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 2 | 0 | 0.14 | 0.99 | 0.14 | 51.71 | 0.98 | 0.43 |
| Hex | DB | BD | 2 | 0 | E | 63 | E | 34 | 62 | 2B |
| Octal | 333 | 275 | 2 | 0 | 16 | 143 | 16 | 64 | 142 | 53 |
| Binary | 11011011 | 10111101 | 10 | 0 | 1110 | 1100011 | 1110 | 110100 | 1100010 | 101011 |
Color Harmonies of #DBBD02
Complementary color
Monochromatic Colors of #DBBD02
Black with #DBBD02
Text Example
Text Example
White with #DBBD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD02; }
p { color: rgb(219,189,2); }
H1.HeaderClassName
{
color: #DBBD02;
}
.AnyTagClassName
{
color: #DBBD02;
}
</style>
background-color css
<style>
a { background-color: #DBBD02; }
a { background-color: rgb(219,189,2); }
div.DivClassName
{
background-color: #DBBD02;
}
.BgClassName
{
background-color: #DBBD02;
}
</style>
border-color css
<style>
span { border-color: #DBBD02; }
span { border-color: rgb(219,189,2); }
td.TdClassName
{
border-color: #DBBD02;
}
.TagClassName
{
border-color: #DBBD02;
}
</style>