Shades of Sunflower #DAC30B
Tints of Sunflower #DAC30B
RGB
CMYK
RGB Variations
Color information
#DAC30B (or 0xDAC30B) is known color: Sunflower. HEX triplet: DA, C3 and 0B. RGB value is (218,195,11). Sum of RGB (Red+Green+Blue) = 218+195+11=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC30B is #253CF4. Grayscale: #B5B5B5. Windows color (decimal): -2440437 or 771034. OLE color: 771034.
HSL color Cylindrical-coordinate representation of color #DAC30B: hue angle of 53.33º degrees, saturation: 0.9, 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 #DAC30B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.15 |
| HSL | 53.33º | 0.9% | 0.45% | - |
| HSV(B) | 53.33º | 0.95% | 0.85% | - |
| XYZ | 48.49 | 53.96 | 8.18 | - |
| YUV | 180.9 | 32.12 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 11 | 0 | 0.11 | 0.95 | 0.15 | 53.33 | 0.9 | 0.45 |
| Hex | DA | C3 | B | 0 | B | 5F | F | 35 | 5A | 2D |
| Octal | 332 | 303 | 13 | 0 | 13 | 137 | 17 | 65 | 132 | 55 |
| Binary | 11011010 | 11000011 | 1011 | 0 | 1011 | 1011111 | 1111 | 110101 | 1011010 | 101101 |
Color Harmonies of #DAC30B
Complementary color
Monochromatic Colors of #DAC30B
Black with #DAC30B
Text Example
Text Example
White with #DAC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC30B; }
p { color: rgb(218,195,11); }
H1.HeaderClassName
{
color: #DAC30B;
}
.AnyTagClassName
{
color: #DAC30B;
}
</style>
background-color css
<style>
a { background-color: #DAC30B; }
a { background-color: rgb(218,195,11); }
div.DivClassName
{
background-color: #DAC30B;
}
.BgClassName
{
background-color: #DAC30B;
}
</style>
border-color css
<style>
span { border-color: #DAC30B; }
span { border-color: rgb(218,195,11); }
td.TdClassName
{
border-color: #DAC30B;
}
.TagClassName
{
border-color: #DAC30B;
}
</style>