Shades of Bird Flower #DAD400
Tints of Bird Flower #DAD400
RGB
CMYK
RGB Variations
Color information
#DAD400 (or 0xDAD400) is known color: Bird Flower. HEX triplet: DA, D4 and 00. RGB value is (218,212,0). Sum of RGB (Red+Green+Blue) = 218+212+0=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD400 is #252BFF. Grayscale: #BEBEBE. Windows color (decimal): -2436096 or 54490. OLE color: 54490.
HSL color Cylindrical-coordinate representation of color #DAD400: hue angle of 58.35º 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 #DAD400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.15 |
| HSL | 58.35º | 1% | 0.43% | - |
| HSV(B) | 58.35º | 1% | 0.85% | - |
| XYZ | 52.46 | 61.99 | 9.2 | - |
| YUV | 189.63 | 20.99 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 0 | 0 | 0.03 | 1 | 0.15 | 58.35 | 1 | 0.43 |
| Hex | DA | D4 | 0 | 0 | 3 | 64 | F | 3A | 64 | 2B |
| Octal | 332 | 324 | 0 | 0 | 3 | 144 | 17 | 72 | 144 | 53 |
| Binary | 11011010 | 11010100 | 0 | 0 | 11 | 1100100 | 1111 | 111010 | 1100100 | 101011 |
Color Harmonies of #DAD400
Complementary color
Monochromatic Colors of #DAD400
Black with #DAD400
Text Example
Text Example
White with #DAD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD400; }
p { color: rgb(218,212,0); }
H1.HeaderClassName
{
color: #DAD400;
}
.AnyTagClassName
{
color: #DAD400;
}
</style>
background-color css
<style>
a { background-color: #DAD400; }
a { background-color: rgb(218,212,0); }
div.DivClassName
{
background-color: #DAD400;
}
.BgClassName
{
background-color: #DAD400;
}
</style>
border-color css
<style>
span { border-color: #DAD400; }
span { border-color: rgb(218,212,0); }
td.TdClassName
{
border-color: #DAD400;
}
.TagClassName
{
border-color: #DAD400;
}
</style>