Shades of Bird Flower #DAD302
Tints of Bird Flower #DAD302
RGB
CMYK
RGB Variations
Color information
#DAD302 (or 0xDAD302) is known color: Bird Flower. HEX triplet: DA, D3 and 02. RGB value is (218,211,2). Sum of RGB (Red+Green+Blue) = 218+211+2=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD302 is #252CFD. Grayscale: #BEBEBE. Windows color (decimal): -2436350 or 185306. OLE color: 185306.
HSL color Cylindrical-coordinate representation of color #DAD302: hue angle of 58.06º degrees, saturation: 0.98, 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 #DAD302 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.15 |
| HSL | 58.06º | 0.98% | 0.43% | - |
| HSV(B) | 58.06º | 0.99% | 0.85% | - |
| XYZ | 52.22 | 61.5 | 9.18 | - |
| YUV | 189.27 | 22.32 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 2 | 0 | 0.03 | 0.99 | 0.15 | 58.06 | 0.98 | 0.43 |
| Hex | DA | D3 | 2 | 0 | 3 | 63 | F | 3A | 62 | 2B |
| Octal | 332 | 323 | 2 | 0 | 3 | 143 | 17 | 72 | 142 | 53 |
| Binary | 11011010 | 11010011 | 10 | 0 | 11 | 1100011 | 1111 | 111010 | 1100010 | 101011 |
Color Harmonies of #DAD302
Complementary color
Monochromatic Colors of #DAD302
Black with #DAD302
Text Example
Text Example
White with #DAD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD302; }
p { color: rgb(218,211,2); }
H1.HeaderClassName
{
color: #DAD302;
}
.AnyTagClassName
{
color: #DAD302;
}
</style>
background-color css
<style>
a { background-color: #DAD302; }
a { background-color: rgb(218,211,2); }
div.DivClassName
{
background-color: #DAD302;
}
.BgClassName
{
background-color: #DAD302;
}
</style>
border-color css
<style>
span { border-color: #DAD302; }
span { border-color: rgb(218,211,2); }
td.TdClassName
{
border-color: #DAD302;
}
.TagClassName
{
border-color: #DAD302;
}
</style>