Shades of Sunflower #DCBD02
Tints of Sunflower #DCBD02
RGB
CMYK
RGB Variations
Color information
#DCBD02 (or 0xDCBD02) is known color: Sunflower. HEX triplet: DC, BD and 02. RGB value is (220,189,2). Sum of RGB (Red+Green+Blue) = 220+189+2=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD02 is #2342FD. Grayscale: #B1B1B1. Windows color (decimal): -2310910 or 179676. OLE color: 179676.
HSL color Cylindrical-coordinate representation of color #DCBD02: hue angle of 51.47º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCBD02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.14 |
| HSL | 51.47º | 0.98% | 0.44% | - |
| HSV(B) | 51.47º | 0.99% | 0.86% | - |
| XYZ | 47.72 | 51.62 | 7.5 | - |
| YUV | 176.95 | 29.27 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 2 | 0 | 0.14 | 0.99 | 0.14 | 51.47 | 0.98 | 0.44 |
| Hex | DC | BD | 2 | 0 | E | 63 | E | 33 | 62 | 2C |
| Octal | 334 | 275 | 2 | 0 | 16 | 143 | 16 | 63 | 142 | 54 |
| Binary | 11011100 | 10111101 | 10 | 0 | 1110 | 1100011 | 1110 | 110011 | 1100010 | 101100 |
Color Harmonies of #DCBD02
Complementary color
Monochromatic Colors of #DCBD02
Black with #DCBD02
Text Example
Text Example
White with #DCBD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD02; }
p { color: rgb(220,189,2); }
H1.HeaderClassName
{
color: #DCBD02;
}
.AnyTagClassName
{
color: #DCBD02;
}
</style>
background-color css
<style>
a { background-color: #DCBD02; }
a { background-color: rgb(220,189,2); }
div.DivClassName
{
background-color: #DCBD02;
}
.BgClassName
{
background-color: #DCBD02;
}
</style>
border-color css
<style>
span { border-color: #DCBD02; }
span { border-color: rgb(220,189,2); }
td.TdClassName
{
border-color: #DCBD02;
}
.TagClassName
{
border-color: #DCBD02;
}
</style>