Shades of Sunflower #DAC20B
Tints of Sunflower #DAC20B
RGB
CMYK
RGB Variations
Color information
#DAC20B (or 0xDAC20B) is known color: Sunflower. HEX triplet: DA, C2 and 0B. RGB value is (218,194,11). Sum of RGB (Red+Green+Blue) = 218+194+11=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC20B is #253DF4. Grayscale: #B5B5B5. Windows color (decimal): -2440693 or 770778. OLE color: 770778.
HSL color Cylindrical-coordinate representation of color #DAC20B: hue angle of 53.04º 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 #DAC20B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.15 |
| HSL | 53.04º | 0.9% | 0.45% | - |
| HSV(B) | 53.04º | 0.95% | 0.85% | - |
| XYZ | 48.27 | 53.51 | 8.1 | - |
| YUV | 180.31 | 32.45 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 11 | 0 | 0.11 | 0.95 | 0.15 | 53.04 | 0.9 | 0.45 |
| Hex | DA | C2 | B | 0 | B | 5F | F | 35 | 5A | 2D |
| Octal | 332 | 302 | 13 | 0 | 13 | 137 | 17 | 65 | 132 | 55 |
| Binary | 11011010 | 11000010 | 1011 | 0 | 1011 | 1011111 | 1111 | 110101 | 1011010 | 101101 |
Color Harmonies of #DAC20B
Complementary color
Monochromatic Colors of #DAC20B
Black with #DAC20B
Text Example
Text Example
White with #DAC20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC20B; }
p { color: rgb(218,194,11); }
H1.HeaderClassName
{
color: #DAC20B;
}
.AnyTagClassName
{
color: #DAC20B;
}
</style>
background-color css
<style>
a { background-color: #DAC20B; }
a { background-color: rgb(218,194,11); }
div.DivClassName
{
background-color: #DAC20B;
}
.BgClassName
{
background-color: #DAC20B;
}
</style>
border-color css
<style>
span { border-color: #DAC20B; }
span { border-color: rgb(218,194,11); }
td.TdClassName
{
border-color: #DAC20B;
}
.TagClassName
{
border-color: #DAC20B;
}
</style>