Shades of Bird Flower #DAD700
Tints of Bird Flower #DAD700
RGB
CMYK
RGB Variations
Color information
#DAD700 (or 0xDAD700) is known color: Bird Flower. HEX triplet: DA, D7 and 00. RGB value is (218,215,0). Sum of RGB (Red+Green+Blue) = 218+215+0=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD700 is #2528FF. Grayscale: #C0C0C0. Windows color (decimal): -2435328 or 55258. OLE color: 55258.
HSL color Cylindrical-coordinate representation of color #DAD700: hue angle of 59.17º 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 #DAD700 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 215 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.15 |
| HSL | 59.17º | 1% | 0.43% | - |
| HSV(B) | 59.17º | 1% | 0.85% | - |
| XYZ | 53.21 | 63.51 | 9.45 | - |
| YUV | 191.39 | 19.99 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 215 | 0 | 0 | 0.01 | 1 | 0.15 | 59.17 | 1 | 0.43 |
| Hex | DA | D7 | 0 | 0 | 1 | 64 | F | 3B | 64 | 2B |
| Octal | 332 | 327 | 0 | 0 | 1 | 144 | 17 | 73 | 144 | 53 |
| Binary | 11011010 | 11010111 | 0 | 0 | 1 | 1100100 | 1111 | 111011 | 1100100 | 101011 |
Color Harmonies of #DAD700
Complementary color
Monochromatic Colors of #DAD700
Black with #DAD700
Text Example
Text Example
White with #DAD700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD700; }
p { color: rgb(218,215,0); }
H1.HeaderClassName
{
color: #DAD700;
}
.AnyTagClassName
{
color: #DAD700;
}
</style>
background-color css
<style>
a { background-color: #DAD700; }
a { background-color: rgb(218,215,0); }
div.DivClassName
{
background-color: #DAD700;
}
.BgClassName
{
background-color: #DAD700;
}
</style>
border-color css
<style>
span { border-color: #DAD700; }
span { border-color: rgb(218,215,0); }
td.TdClassName
{
border-color: #DAD700;
}
.TagClassName
{
border-color: #DAD700;
}
</style>