Shades of Sunflower #D9C00A
Tints of Sunflower #D9C00A
RGB
CMYK
RGB Variations
Color information
#D9C00A (or 0xD9C00A) is known color: Sunflower. HEX triplet: D9, C0 and 0A. RGB value is (217,192,10). Sum of RGB (Red+Green+Blue) = 217+192+10=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C00A is #263FF5. Grayscale: #B3B3B3. Windows color (decimal): -2506742 or 704729. OLE color: 704729.
HSL color Cylindrical-coordinate representation of color #D9C00A: hue angle of 52.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9C00A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 10 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.15 |
| HSL | 52.75º | 0.91% | 0.45% | - |
| HSV(B) | 52.75º | 0.95% | 0.85% | - |
| XYZ | 47.52 | 52.47 | 7.91 | - |
| YUV | 178.73 | 32.78 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 10 | 0 | 0.12 | 0.95 | 0.15 | 52.75 | 0.91 | 0.45 |
| Hex | D9 | C0 | A | 0 | C | 5F | F | 35 | 5B | 2D |
| Octal | 331 | 300 | 12 | 0 | 14 | 137 | 17 | 65 | 133 | 55 |
| Binary | 11011001 | 11000000 | 1010 | 0 | 1100 | 1011111 | 1111 | 110101 | 1011011 | 101101 |
Color Harmonies of #D9C00A
Complementary color
Monochromatic Colors of #D9C00A
Black with #D9C00A
Text Example
Text Example
White with #D9C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C00A; }
p { color: rgb(217,192,10); }
H1.HeaderClassName
{
color: #D9C00A;
}
.AnyTagClassName
{
color: #D9C00A;
}
</style>
background-color css
<style>
a { background-color: #D9C00A; }
a { background-color: rgb(217,192,10); }
div.DivClassName
{
background-color: #D9C00A;
}
.BgClassName
{
background-color: #D9C00A;
}
</style>
border-color css
<style>
span { border-color: #D9C00A; }
span { border-color: rgb(217,192,10); }
td.TdClassName
{
border-color: #D9C00A;
}
.TagClassName
{
border-color: #D9C00A;
}
</style>