Shades of Sunflower #D6B00A
Tints of Sunflower #D6B00A
RGB
CMYK
RGB Variations
Color information
#D6B00A (or 0xD6B00A) is known color: Sunflower. HEX triplet: D6, B0 and 0A. RGB value is (214,176,10). Sum of RGB (Red+Green+Blue) = 214+176+10=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B00A is #294FF5. Grayscale: #A9A9A9. Windows color (decimal): -2707446 or 700630. OLE color: 700630.
HSL color Cylindrical-coordinate representation of color #D6B00A: hue angle of 48.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6B00A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 10 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.16 |
| HSL | 48.82º | 0.91% | 0.44% | - |
| HSV(B) | 48.82º | 0.95% | 0.84% | - |
| XYZ | 43.31 | 45.37 | 6.76 | - |
| YUV | 168.44 | 38.59 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 10 | 0 | 0.18 | 0.95 | 0.16 | 48.82 | 0.91 | 0.44 |
| Hex | D6 | B0 | A | 0 | 12 | 5F | 10 | 31 | 5B | 2C |
| Octal | 326 | 260 | 12 | 0 | 22 | 137 | 20 | 61 | 133 | 54 |
| Binary | 11010110 | 10110000 | 1010 | 0 | 10010 | 1011111 | 10000 | 110001 | 1011011 | 101100 |
Color Harmonies of #D6B00A
Complementary color
Monochromatic Colors of #D6B00A
Black with #D6B00A
Text Example
Text Example
White with #D6B00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B00A; }
p { color: rgb(214,176,10); }
H1.HeaderClassName
{
color: #D6B00A;
}
.AnyTagClassName
{
color: #D6B00A;
}
</style>
background-color css
<style>
a { background-color: #D6B00A; }
a { background-color: rgb(214,176,10); }
div.DivClassName
{
background-color: #D6B00A;
}
.BgClassName
{
background-color: #D6B00A;
}
</style>
border-color css
<style>
span { border-color: #D6B00A; }
span { border-color: rgb(214,176,10); }
td.TdClassName
{
border-color: #D6B00A;
}
.TagClassName
{
border-color: #D6B00A;
}
</style>