Shades of Sunflower #DCBD18
Tints of Sunflower #DCBD18
RGB
CMYK
RGB Variations
Color information
#DCBD18 (or 0xDCBD18) is known color: Sunflower. HEX triplet: DC, BD and 18. RGB value is (220,189,24). Sum of RGB (Red+Green+Blue) = 220+189+24=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD18 is #2342E7. Grayscale: #B4B4B4. Windows color (decimal): -2310888 or 1621468. OLE color: 1621468.
HSL color Cylindrical-coordinate representation of color #DCBD18: hue angle of 50.51º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCBD18 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 24 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.14 |
| HSL | 50.51º | 0.8% | 0.48% | - |
| HSV(B) | 50.51º | 0.89% | 0.86% | - |
| XYZ | 47.88 | 51.68 | 8.32 | - |
| YUV | 179.46 | 40.27 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 24 | 0 | 0.14 | 0.89 | 0.14 | 50.51 | 0.8 | 0.48 |
| Hex | DC | BD | 18 | 0 | E | 59 | E | 33 | 50 | 30 |
| Octal | 334 | 275 | 30 | 0 | 16 | 131 | 16 | 63 | 120 | 60 |
| Binary | 11011100 | 10111101 | 11000 | 0 | 1110 | 1011001 | 1110 | 110011 | 1010000 | 110000 |
Color Harmonies of #DCBD18
Complementary color
Monochromatic Colors of #DCBD18
Black with #DCBD18
Text Example
Text Example
White with #DCBD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD18; }
p { color: rgb(220,189,24); }
H1.HeaderClassName
{
color: #DCBD18;
}
.AnyTagClassName
{
color: #DCBD18;
}
</style>
background-color css
<style>
a { background-color: #DCBD18; }
a { background-color: rgb(220,189,24); }
div.DivClassName
{
background-color: #DCBD18;
}
.BgClassName
{
background-color: #DCBD18;
}
</style>
border-color css
<style>
span { border-color: #DCBD18; }
span { border-color: rgb(220,189,24); }
td.TdClassName
{
border-color: #DCBD18;
}
.TagClassName
{
border-color: #DCBD18;
}
</style>