Shades of Bird Flower #DAD501
Tints of Bird Flower #DAD501
RGB
CMYK
RGB Variations
Color information
#DAD501 (or 0xDAD501) is known color: Bird Flower. HEX triplet: DA, D5 and 01. RGB value is (218,213,1). Sum of RGB (Red+Green+Blue) = 218+213+1=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD501 is #252AFE. Grayscale: #BFBFBF. Windows color (decimal): -2435839 or 120282. OLE color: 120282.
HSL color Cylindrical-coordinate representation of color #DAD501: hue angle of 58.62º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAD501 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.15 |
| HSL | 58.62º | 0.99% | 0.43% | - |
| HSV(B) | 58.62º | 1% | 0.85% | - |
| XYZ | 52.71 | 62.5 | 9.31 | - |
| YUV | 190.33 | 21.16 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 1 | 0 | 0.02 | 1.00 | 0.15 | 58.62 | 0.99 | 0.43 |
| Hex | DA | D5 | 1 | 0 | 2 | 64 | F | 3B | 63 | 2B |
| Octal | 332 | 325 | 1 | 0 | 2 | 144 | 17 | 73 | 143 | 53 |
| Binary | 11011010 | 11010101 | 1 | 0 | 10 | 1100100 | 1111 | 111011 | 1100011 | 101011 |
Color Harmonies of #DAD501
Complementary color
Monochromatic Colors of #DAD501
Black with #DAD501
Text Example
Text Example
White with #DAD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD501; }
p { color: rgb(218,213,1); }
H1.HeaderClassName
{
color: #DAD501;
}
.AnyTagClassName
{
color: #DAD501;
}
</style>
background-color css
<style>
a { background-color: #DAD501; }
a { background-color: rgb(218,213,1); }
div.DivClassName
{
background-color: #DAD501;
}
.BgClassName
{
background-color: #DAD501;
}
</style>
border-color css
<style>
span { border-color: #DAD501; }
span { border-color: rgb(218,213,1); }
td.TdClassName
{
border-color: #DAD501;
}
.TagClassName
{
border-color: #DAD501;
}
</style>