Shades of Bird Flower #DAD303
Tints of Bird Flower #DAD303
RGB
CMYK
RGB Variations
Color information
#DAD303 (or 0xDAD303) is known color: Bird Flower. HEX triplet: DA, D3 and 03. RGB value is (218,211,3). Sum of RGB (Red+Green+Blue) = 218+211+3=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD303 is #252CFC. Grayscale: #BEBEBE. Windows color (decimal): -2436349 or 250842. OLE color: 250842.
HSL color Cylindrical-coordinate representation of color #DAD303: hue angle of 58.05º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAD303 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.15 |
| HSL | 58.05º | 0.97% | 0.43% | - |
| HSV(B) | 58.05º | 0.99% | 0.85% | - |
| XYZ | 52.22 | 61.5 | 9.2 | - |
| YUV | 189.38 | 22.82 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 3 | 0 | 0.03 | 0.99 | 0.15 | 58.05 | 0.97 | 0.43 |
| Hex | DA | D3 | 3 | 0 | 3 | 63 | F | 3A | 61 | 2B |
| Octal | 332 | 323 | 3 | 0 | 3 | 143 | 17 | 72 | 141 | 53 |
| Binary | 11011010 | 11010011 | 11 | 0 | 11 | 1100011 | 1111 | 111010 | 1100001 | 101011 |
Color Harmonies of #DAD303
Complementary color
Monochromatic Colors of #DAD303
Black with #DAD303
Text Example
Text Example
White with #DAD303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD303; }
p { color: rgb(218,211,3); }
H1.HeaderClassName
{
color: #DAD303;
}
.AnyTagClassName
{
color: #DAD303;
}
</style>
background-color css
<style>
a { background-color: #DAD303; }
a { background-color: rgb(218,211,3); }
div.DivClassName
{
background-color: #DAD303;
}
.BgClassName
{
background-color: #DAD303;
}
</style>
border-color css
<style>
span { border-color: #DAD303; }
span { border-color: rgb(218,211,3); }
td.TdClassName
{
border-color: #DAD303;
}
.TagClassName
{
border-color: #DAD303;
}
</style>