Shades of Sunflower #DCBD13
Tints of Sunflower #DCBD13
RGB
CMYK
RGB Variations
Color information
#DCBD13 (or 0xDCBD13) is known color: Sunflower. HEX triplet: DC, BD and 13. RGB value is (220,189,19). Sum of RGB (Red+Green+Blue) = 220+189+19=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 19 (7.81% from 255 or 4.44% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD13 is #2342EC. Grayscale: #B3B3B3. Windows color (decimal): -2310893 or 1293788. OLE color: 1293788.
HSL color Cylindrical-coordinate representation of color #DCBD13: hue angle of 50.75º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCBD13 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 19 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.14 |
| HSL | 50.75º | 0.84% | 0.47% | - |
| HSV(B) | 50.75º | 0.91% | 0.86% | - |
| XYZ | 47.83 | 51.66 | 8.07 | - |
| YUV | 178.89 | 37.77 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 19 | 0 | 0.14 | 0.91 | 0.14 | 50.75 | 0.84 | 0.47 |
| Hex | DC | BD | 13 | 0 | E | 5B | E | 33 | 54 | 2F |
| Octal | 334 | 275 | 23 | 0 | 16 | 133 | 16 | 63 | 124 | 57 |
| Binary | 11011100 | 10111101 | 10011 | 0 | 1110 | 1011011 | 1110 | 110011 | 1010100 | 101111 |
Color Harmonies of #DCBD13
Complementary color
Monochromatic Colors of #DCBD13
Black with #DCBD13
Text Example
Text Example
White with #DCBD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD13; }
p { color: rgb(220,189,19); }
H1.HeaderClassName
{
color: #DCBD13;
}
.AnyTagClassName
{
color: #DCBD13;
}
</style>
background-color css
<style>
a { background-color: #DCBD13; }
a { background-color: rgb(220,189,19); }
div.DivClassName
{
background-color: #DCBD13;
}
.BgClassName
{
background-color: #DCBD13;
}
</style>
border-color css
<style>
span { border-color: #DCBD13; }
span { border-color: rgb(220,189,19); }
td.TdClassName
{
border-color: #DCBD13;
}
.TagClassName
{
border-color: #DCBD13;
}
</style>