Shades of Sunflower #D5C11C
Tints of Sunflower #D5C11C
RGB
CMYK
RGB Variations
Color information
#D5C11C (or 0xD5C11C) is known color: Sunflower. HEX triplet: D5, C1 and 1C. RGB value is (213,193,28). Sum of RGB (Red+Green+Blue) = 213+193+28=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C11C is #2A3EE3. Grayscale: #B4B4B4. Windows color (decimal): -2768612 or 1884629. OLE color: 1884629.
HSL color Cylindrical-coordinate representation of color #D5C11C: hue angle of 53.51º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5C11C is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 28 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.16 |
| HSL | 53.51º | 0.77% | 0.47% | - |
| HSV(B) | 53.51º | 0.87% | 0.84% | - |
| XYZ | 46.72 | 52.37 | 8.74 | - |
| YUV | 180.17 | 42.13 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 28 | 0 | 0.09 | 0.87 | 0.16 | 53.51 | 0.77 | 0.47 |
| Hex | D5 | C1 | 1C | 0 | 9 | 57 | 10 | 36 | 4D | 2F |
| Octal | 325 | 301 | 34 | 0 | 11 | 127 | 20 | 66 | 115 | 57 |
| Binary | 11010101 | 11000001 | 11100 | 0 | 1001 | 1010111 | 10000 | 110110 | 1001101 | 101111 |
Color Harmonies of #D5C11C
Complementary color
Monochromatic Colors of #D5C11C
Black with #D5C11C
Text Example
Text Example
White with #D5C11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C11C; }
p { color: rgb(213,193,28); }
H1.HeaderClassName
{
color: #D5C11C;
}
.AnyTagClassName
{
color: #D5C11C;
}
</style>
background-color css
<style>
a { background-color: #D5C11C; }
a { background-color: rgb(213,193,28); }
div.DivClassName
{
background-color: #D5C11C;
}
.BgClassName
{
background-color: #D5C11C;
}
</style>
border-color css
<style>
span { border-color: #D5C11C; }
span { border-color: rgb(213,193,28); }
td.TdClassName
{
border-color: #D5C11C;
}
.TagClassName
{
border-color: #D5C11C;
}
</style>