Shades of Bird Flower #DAD100
Tints of Bird Flower #DAD100
RGB
CMYK
RGB Variations
Color information
#DAD100 (or 0xDAD100) is known color: Bird Flower. HEX triplet: DA, D1 and 00. RGB value is (218,209,0). Sum of RGB (Red+Green+Blue) = 218+209+0=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD100 is #252EFF. Grayscale: #BCBCBC. Windows color (decimal): -2436864 or 53722. OLE color: 53722.
HSL color Cylindrical-coordinate representation of color #DAD100: hue angle of 57.52º 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 #DAD100 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.15 |
| HSL | 57.52º | 1% | 0.43% | - |
| HSV(B) | 57.52º | 1% | 0.85% | - |
| XYZ | 51.71 | 60.51 | 8.95 | - |
| YUV | 187.87 | 21.98 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 0 | 0 | 0.04 | 1 | 0.15 | 57.52 | 1 | 0.43 |
| Hex | DA | D1 | 0 | 0 | 4 | 64 | F | 3A | 64 | 2B |
| Octal | 332 | 321 | 0 | 0 | 4 | 144 | 17 | 72 | 144 | 53 |
| Binary | 11011010 | 11010001 | 0 | 0 | 100 | 1100100 | 1111 | 111010 | 1100100 | 101011 |
Color Harmonies of #DAD100
Complementary color
Monochromatic Colors of #DAD100
Black with #DAD100
Text Example
Text Example
White with #DAD100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD100; }
p { color: rgb(218,209,0); }
H1.HeaderClassName
{
color: #DAD100;
}
.AnyTagClassName
{
color: #DAD100;
}
</style>
background-color css
<style>
a { background-color: #DAD100; }
a { background-color: rgb(218,209,0); }
div.DivClassName
{
background-color: #DAD100;
}
.BgClassName
{
background-color: #DAD100;
}
</style>
border-color css
<style>
span { border-color: #DAD100; }
span { border-color: rgb(218,209,0); }
td.TdClassName
{
border-color: #DAD100;
}
.TagClassName
{
border-color: #DAD100;
}
</style>