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