Shades of Sunflower #DAC81B
Tints of Sunflower #DAC81B
RGB
CMYK
RGB Variations
Color information
#DAC81B (or 0xDAC81B) is known color: Sunflower. HEX triplet: DA, C8 and 1B. RGB value is (218,200,27). Sum of RGB (Red+Green+Blue) = 218+200+27=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC81B is #2537E4. Grayscale: #BABABA. Windows color (decimal): -2439141 or 1820890. OLE color: 1820890.
HSL color Cylindrical-coordinate representation of color #DAC81B: hue angle of 54.35º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAC81B is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 27 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.15 |
| HSL | 54.35º | 0.78% | 0.48% | - |
| HSV(B) | 54.35º | 0.88% | 0.85% | - |
| XYZ | 49.77 | 56.29 | 9.28 | - |
| YUV | 185.66 | 38.46 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 27 | 0 | 0.08 | 0.88 | 0.15 | 54.35 | 0.78 | 0.48 |
| Hex | DA | C8 | 1B | 0 | 8 | 58 | F | 36 | 4E | 30 |
| Octal | 332 | 310 | 33 | 0 | 10 | 130 | 17 | 66 | 116 | 60 |
| Binary | 11011010 | 11001000 | 11011 | 0 | 1000 | 1011000 | 1111 | 110110 | 1001110 | 110000 |
Color Harmonies of #DAC81B
Complementary color
Monochromatic Colors of #DAC81B
Black with #DAC81B
Text Example
Text Example
White with #DAC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC81B; }
p { color: rgb(218,200,27); }
H1.HeaderClassName
{
color: #DAC81B;
}
.AnyTagClassName
{
color: #DAC81B;
}
</style>
background-color css
<style>
a { background-color: #DAC81B; }
a { background-color: rgb(218,200,27); }
div.DivClassName
{
background-color: #DAC81B;
}
.BgClassName
{
background-color: #DAC81B;
}
</style>
border-color css
<style>
span { border-color: #DAC81B; }
span { border-color: rgb(218,200,27); }
td.TdClassName
{
border-color: #DAC81B;
}
.TagClassName
{
border-color: #DAC81B;
}
</style>