Shades of Sunflower #DABD23
Tints of Sunflower #DABD23
RGB
CMYK
RGB Variations
Color information
#DABD23 (or 0xDABD23) is known color: Sunflower. HEX triplet: DA, BD and 23. RGB value is (218,189,35). Sum of RGB (Red+Green+Blue) = 218+189+35=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 35 (14.06% from 255 or 7.92% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD23 is #2542DC. Grayscale: #B4B4B4. Windows color (decimal): -2441949 or 2342362. OLE color: 2342362.
HSL color Cylindrical-coordinate representation of color #DABD23: hue angle of 50.49º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DABD23 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 35 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.15 |
| HSL | 50.49º | 0.72% | 0.5% | - |
| HSV(B) | 50.49º | 0.84% | 0.85% | - |
| XYZ | 47.41 | 51.42 | 9.02 | - |
| YUV | 180.12 | 46.11 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 35 | 0 | 0.13 | 0.84 | 0.15 | 50.49 | 0.72 | 0.5 |
| Hex | DA | BD | 23 | 0 | D | 54 | F | 32 | 48 | 32 |
| Octal | 332 | 275 | 43 | 0 | 15 | 124 | 17 | 62 | 110 | 62 |
| Binary | 11011010 | 10111101 | 100011 | 0 | 1101 | 1010100 | 1111 | 110010 | 1001000 | 110010 |
Color Harmonies of #DABD23
Complementary color
Monochromatic Colors of #DABD23
Black with #DABD23
Text Example
Text Example
White with #DABD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD23; }
p { color: rgb(218,189,35); }
H1.HeaderClassName
{
color: #DABD23;
}
.AnyTagClassName
{
color: #DABD23;
}
</style>
background-color css
<style>
a { background-color: #DABD23; }
a { background-color: rgb(218,189,35); }
div.DivClassName
{
background-color: #DABD23;
}
.BgClassName
{
background-color: #DABD23;
}
</style>
border-color css
<style>
span { border-color: #DABD23; }
span { border-color: rgb(218,189,35); }
td.TdClassName
{
border-color: #DABD23;
}
.TagClassName
{
border-color: #DABD23;
}
</style>