Shades of Bird Flower #DAD30B
Tints of Bird Flower #DAD30B
RGB
CMYK
RGB Variations
Color information
#DAD30B (or 0xDAD30B) is known color: Bird Flower. HEX triplet: DA, D3 and 0B. RGB value is (218,211,11). Sum of RGB (Red+Green+Blue) = 218+211+11=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD30B is #252CF4. Grayscale: #BFBFBF. Windows color (decimal): -2436341 or 775130. OLE color: 775130.
HSL color Cylindrical-coordinate representation of color #DAD30B: hue angle of 57.97º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAD30B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.15 |
| HSL | 57.97º | 0.9% | 0.45% | - |
| HSV(B) | 57.97º | 0.95% | 0.85% | - |
| XYZ | 52.27 | 61.52 | 9.44 | - |
| YUV | 190.29 | 26.82 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 11 | 0 | 0.03 | 0.95 | 0.15 | 57.97 | 0.9 | 0.45 |
| Hex | DA | D3 | B | 0 | 3 | 5F | F | 3A | 5A | 2D |
| Octal | 332 | 323 | 13 | 0 | 3 | 137 | 17 | 72 | 132 | 55 |
| Binary | 11011010 | 11010011 | 1011 | 0 | 11 | 1011111 | 1111 | 111010 | 1011010 | 101101 |
Color Harmonies of #DAD30B
Complementary color
Monochromatic Colors of #DAD30B
Black with #DAD30B
Text Example
Text Example
White with #DAD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD30B; }
p { color: rgb(218,211,11); }
H1.HeaderClassName
{
color: #DAD30B;
}
.AnyTagClassName
{
color: #DAD30B;
}
</style>
background-color css
<style>
a { background-color: #DAD30B; }
a { background-color: rgb(218,211,11); }
div.DivClassName
{
background-color: #DAD30B;
}
.BgClassName
{
background-color: #DAD30B;
}
</style>
border-color css
<style>
span { border-color: #DAD30B; }
span { border-color: rgb(218,211,11); }
td.TdClassName
{
border-color: #DAD30B;
}
.TagClassName
{
border-color: #DAD30B;
}
</style>