Shades of Sunflower #DCBD1C
Tints of Sunflower #DCBD1C
RGB
CMYK
RGB Variations
Color information
#DCBD1C (or 0xDCBD1C) is known color: Sunflower. HEX triplet: DC, BD and 1C. RGB value is (220,189,28). Sum of RGB (Red+Green+Blue) = 220+189+28=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD1C is #2342E3. Grayscale: #B4B4B4. Windows color (decimal): -2310884 or 1883612. OLE color: 1883612.
HSL color Cylindrical-coordinate representation of color #DCBD1C: hue angle of 50.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCBD1C is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 28 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.14 |
| HSL | 50.31º | 0.77% | 0.49% | - |
| HSV(B) | 50.31º | 0.87% | 0.86% | - |
| XYZ | 47.92 | 51.69 | 8.55 | - |
| YUV | 179.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 28 | 0 | 0.14 | 0.87 | 0.14 | 50.31 | 0.77 | 0.49 |
| Hex | DC | BD | 1C | 0 | E | 57 | E | 32 | 4D | 31 |
| Octal | 334 | 275 | 34 | 0 | 16 | 127 | 16 | 62 | 115 | 61 |
| Binary | 11011100 | 10111101 | 11100 | 0 | 1110 | 1010111 | 1110 | 110010 | 1001101 | 110001 |
Color Harmonies of #DCBD1C
Complementary color
Monochromatic Colors of #DCBD1C
Black with #DCBD1C
Text Example
Text Example
White with #DCBD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD1C; }
p { color: rgb(220,189,28); }
H1.HeaderClassName
{
color: #DCBD1C;
}
.AnyTagClassName
{
color: #DCBD1C;
}
</style>
background-color css
<style>
a { background-color: #DCBD1C; }
a { background-color: rgb(220,189,28); }
div.DivClassName
{
background-color: #DCBD1C;
}
.BgClassName
{
background-color: #DCBD1C;
}
</style>
border-color css
<style>
span { border-color: #DCBD1C; }
span { border-color: rgb(220,189,28); }
td.TdClassName
{
border-color: #DCBD1C;
}
.TagClassName
{
border-color: #DCBD1C;
}
</style>