Shades of Sunflower #DCBD12
Tints of Sunflower #DCBD12
RGB
CMYK
RGB Variations
Color information
#DCBD12 (or 0xDCBD12) is known color: Sunflower. HEX triplet: DC, BD and 12. RGB value is (220,189,18). Sum of RGB (Red+Green+Blue) = 220+189+18=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD12 is #2342ED. Grayscale: #B3B3B3. Windows color (decimal): -2310894 or 1228252. OLE color: 1228252.
HSL color Cylindrical-coordinate representation of color #DCBD12: hue angle of 50.79º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCBD12 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 18 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.14 |
| HSL | 50.79º | 0.85% | 0.47% | - |
| HSV(B) | 50.79º | 0.92% | 0.86% | - |
| XYZ | 47.82 | 51.65 | 8.02 | - |
| YUV | 178.78 | 37.27 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 18 | 0 | 0.14 | 0.92 | 0.14 | 50.79 | 0.85 | 0.47 |
| Hex | DC | BD | 12 | 0 | E | 5C | E | 33 | 55 | 2F |
| Octal | 334 | 275 | 22 | 0 | 16 | 134 | 16 | 63 | 125 | 57 |
| Binary | 11011100 | 10111101 | 10010 | 0 | 1110 | 1011100 | 1110 | 110011 | 1010101 | 101111 |
Color Harmonies of #DCBD12
Complementary color
Monochromatic Colors of #DCBD12
Black with #DCBD12
Text Example
Text Example
White with #DCBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD12; }
p { color: rgb(220,189,18); }
H1.HeaderClassName
{
color: #DCBD12;
}
.AnyTagClassName
{
color: #DCBD12;
}
</style>
background-color css
<style>
a { background-color: #DCBD12; }
a { background-color: rgb(220,189,18); }
div.DivClassName
{
background-color: #DCBD12;
}
.BgClassName
{
background-color: #DCBD12;
}
</style>
border-color css
<style>
span { border-color: #DCBD12; }
span { border-color: rgb(220,189,18); }
td.TdClassName
{
border-color: #DCBD12;
}
.TagClassName
{
border-color: #DCBD12;
}
</style>