Shades of Sunflower #DCBD11
Tints of Sunflower #DCBD11
RGB
CMYK
RGB Variations
Color information
#DCBD11 (or 0xDCBD11) is known color: Sunflower. HEX triplet: DC, BD and 11. RGB value is (220,189,17). Sum of RGB (Red+Green+Blue) = 220+189+17=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD11 is #2342EE. Grayscale: #B3B3B3. Windows color (decimal): -2310895 or 1162716. OLE color: 1162716.
HSL color Cylindrical-coordinate representation of color #DCBD11: hue angle of 50.84º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCBD11 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 17 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.14 |
| HSL | 50.84º | 0.86% | 0.46% | - |
| HSV(B) | 50.84º | 0.92% | 0.86% | - |
| XYZ | 47.81 | 51.65 | 7.98 | - |
| YUV | 178.66 | 36.77 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 17 | 0 | 0.14 | 0.92 | 0.14 | 50.84 | 0.86 | 0.46 |
| Hex | DC | BD | 11 | 0 | E | 5C | E | 33 | 56 | 2E |
| Octal | 334 | 275 | 21 | 0 | 16 | 134 | 16 | 63 | 126 | 56 |
| Binary | 11011100 | 10111101 | 10001 | 0 | 1110 | 1011100 | 1110 | 110011 | 1010110 | 101110 |
Color Harmonies of #DCBD11
Complementary color
Monochromatic Colors of #DCBD11
Black with #DCBD11
Text Example
Text Example
White with #DCBD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD11; }
p { color: rgb(220,189,17); }
H1.HeaderClassName
{
color: #DCBD11;
}
.AnyTagClassName
{
color: #DCBD11;
}
</style>
background-color css
<style>
a { background-color: #DCBD11; }
a { background-color: rgb(220,189,17); }
div.DivClassName
{
background-color: #DCBD11;
}
.BgClassName
{
background-color: #DCBD11;
}
</style>
border-color css
<style>
span { border-color: #DCBD11; }
span { border-color: rgb(220,189,17); }
td.TdClassName
{
border-color: #DCBD11;
}
.TagClassName
{
border-color: #DCBD11;
}
</style>