Shades of Sunflower #DCBD0F
Tints of Sunflower #DCBD0F
RGB
CMYK
RGB Variations
Color information
#DCBD0F (or 0xDCBD0F) is known color: Sunflower. HEX triplet: DC, BD and 0F. RGB value is (220,189,15). Sum of RGB (Red+Green+Blue) = 220+189+15=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD0F is #2342F0. Grayscale: #B3B3B3. Windows color (decimal): -2310897 or 1031644. OLE color: 1031644.
HSL color Cylindrical-coordinate representation of color #DCBD0F: hue angle of 50.93º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCBD0F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 15 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.14 |
| HSL | 50.93º | 0.87% | 0.46% | - |
| HSV(B) | 50.93º | 0.93% | 0.86% | - |
| XYZ | 47.8 | 51.65 | 7.9 | - |
| YUV | 178.43 | 35.77 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 15 | 0 | 0.14 | 0.93 | 0.14 | 50.93 | 0.87 | 0.46 |
| Hex | DC | BD | F | 0 | E | 5D | E | 33 | 57 | 2E |
| Octal | 334 | 275 | 17 | 0 | 16 | 135 | 16 | 63 | 127 | 56 |
| Binary | 11011100 | 10111101 | 1111 | 0 | 1110 | 1011101 | 1110 | 110011 | 1010111 | 101110 |
Color Harmonies of #DCBD0F
Complementary color
Monochromatic Colors of #DCBD0F
Black with #DCBD0F
Text Example
Text Example
White with #DCBD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD0F; }
p { color: rgb(220,189,15); }
H1.HeaderClassName
{
color: #DCBD0F;
}
.AnyTagClassName
{
color: #DCBD0F;
}
</style>
background-color css
<style>
a { background-color: #DCBD0F; }
a { background-color: rgb(220,189,15); }
div.DivClassName
{
background-color: #DCBD0F;
}
.BgClassName
{
background-color: #DCBD0F;
}
</style>
border-color css
<style>
span { border-color: #DCBD0F; }
span { border-color: rgb(220,189,15); }
td.TdClassName
{
border-color: #DCBD0F;
}
.TagClassName
{
border-color: #DCBD0F;
}
</style>