Shades of Sunflower #DAB200
Tints of Sunflower #DAB200
RGB
CMYK
RGB Variations
Color information
#DAB200 (or 0xDAB200) is known color: Sunflower. HEX triplet: DA, B2 and 00. RGB value is (218,178,0). Sum of RGB (Red+Green+Blue) = 218+178+0=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB200 is #254DFF. Grayscale: #AAAAAA. Windows color (decimal): -2444800 or 45786. OLE color: 45786.
HSL color Cylindrical-coordinate representation of color #DAB200: hue angle of 48.99º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAB200 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.15 |
| HSL | 48.99º | 1% | 0.43% | - |
| HSV(B) | 48.99º | 1% | 0.85% | - |
| XYZ | 44.83 | 46.75 | 6.66 | - |
| YUV | 169.67 | 32.25 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 0 | 0 | 0.18 | 1 | 0.15 | 48.99 | 1 | 0.43 |
| Hex | DA | B2 | 0 | 0 | 12 | 64 | F | 31 | 64 | 2B |
| Octal | 332 | 262 | 0 | 0 | 22 | 144 | 17 | 61 | 144 | 53 |
| Binary | 11011010 | 10110010 | 0 | 0 | 10010 | 1100100 | 1111 | 110001 | 1100100 | 101011 |
Color Harmonies of #DAB200
Complementary color
Monochromatic Colors of #DAB200
Black with #DAB200
Text Example
Text Example
White with #DAB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB200; }
p { color: rgb(218,178,0); }
H1.HeaderClassName
{
color: #DAB200;
}
.AnyTagClassName
{
color: #DAB200;
}
</style>
background-color css
<style>
a { background-color: #DAB200; }
a { background-color: rgb(218,178,0); }
div.DivClassName
{
background-color: #DAB200;
}
.BgClassName
{
background-color: #DAB200;
}
</style>
border-color css
<style>
span { border-color: #DAB200; }
span { border-color: rgb(218,178,0); }
td.TdClassName
{
border-color: #DAB200;
}
.TagClassName
{
border-color: #DAB200;
}
</style>