Shades of Sunflower #D6BB29
Tints of Sunflower #D6BB29
RGB
CMYK
RGB Variations
Color information
#D6BB29 (or 0xD6BB29) is known color: Sunflower. HEX triplet: D6, BB and 29. RGB value is (214,187,41). Sum of RGB (Red+Green+Blue) = 214+187+41=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BB29 is #2944D6. Grayscale: #B3B3B3. Windows color (decimal): -2704599 or 2735062. OLE color: 2735062.
HSL color Cylindrical-coordinate representation of color #D6BB29: hue angle of 50.64º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6BB29 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 41 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.16 |
| HSL | 50.64º | 0.68% | 0.5% | - |
| HSV(B) | 50.64º | 0.81% | 0.84% | - |
| XYZ | 45.9 | 50 | 9.33 | - |
| YUV | 178.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 41 | 0 | 0.13 | 0.81 | 0.16 | 50.64 | 0.68 | 0.5 |
| Hex | D6 | BB | 29 | 0 | D | 51 | 10 | 33 | 44 | 32 |
| Octal | 326 | 273 | 51 | 0 | 15 | 121 | 20 | 63 | 104 | 62 |
| Binary | 11010110 | 10111011 | 101001 | 0 | 1101 | 1010001 | 10000 | 110011 | 1000100 | 110010 |
Color Harmonies of #D6BB29
Complementary color
Monochromatic Colors of #D6BB29
Black with #D6BB29
Text Example
Text Example
White with #D6BB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB29; }
p { color: rgb(214,187,41); }
H1.HeaderClassName
{
color: #D6BB29;
}
.AnyTagClassName
{
color: #D6BB29;
}
</style>
background-color css
<style>
a { background-color: #D6BB29; }
a { background-color: rgb(214,187,41); }
div.DivClassName
{
background-color: #D6BB29;
}
.BgClassName
{
background-color: #D6BB29;
}
</style>
border-color css
<style>
span { border-color: #D6BB29; }
span { border-color: rgb(214,187,41); }
td.TdClassName
{
border-color: #D6BB29;
}
.TagClassName
{
border-color: #D6BB29;
}
</style>