Shades of Sunflower #D6B20B
Tints of Sunflower #D6B20B
RGB
CMYK
RGB Variations
Color information
#D6B20B (or 0xD6B20B) is known color: Sunflower. HEX triplet: D6, B2 and 0B. RGB value is (214,178,11). Sum of RGB (Red+Green+Blue) = 214+178+11=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B20B is #294DF4. Grayscale: #AAAAAA. Windows color (decimal): -2706933 or 766678. OLE color: 766678.
HSL color Cylindrical-coordinate representation of color #D6B20B: hue angle of 49.36º degrees, saturation: 0.9, 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 #D6B20B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.16 |
| HSL | 49.36º | 0.9% | 0.44% | - |
| HSV(B) | 49.36º | 0.95% | 0.84% | - |
| XYZ | 43.71 | 46.16 | 6.92 | - |
| YUV | 169.73 | 38.43 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 11 | 0 | 0.17 | 0.95 | 0.16 | 49.36 | 0.9 | 0.44 |
| Hex | D6 | B2 | B | 0 | 11 | 5F | 10 | 31 | 5A | 2C |
| Octal | 326 | 262 | 13 | 0 | 21 | 137 | 20 | 61 | 132 | 54 |
| Binary | 11010110 | 10110010 | 1011 | 0 | 10001 | 1011111 | 10000 | 110001 | 1011010 | 101100 |
Color Harmonies of #D6B20B
Complementary color
Monochromatic Colors of #D6B20B
Black with #D6B20B
Text Example
Text Example
White with #D6B20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B20B; }
p { color: rgb(214,178,11); }
H1.HeaderClassName
{
color: #D6B20B;
}
.AnyTagClassName
{
color: #D6B20B;
}
</style>
background-color css
<style>
a { background-color: #D6B20B; }
a { background-color: rgb(214,178,11); }
div.DivClassName
{
background-color: #D6B20B;
}
.BgClassName
{
background-color: #D6B20B;
}
</style>
border-color css
<style>
span { border-color: #D6B20B; }
span { border-color: rgb(214,178,11); }
td.TdClassName
{
border-color: #D6B20B;
}
.TagClassName
{
border-color: #D6B20B;
}
</style>