Shades of Bird Flower #DADB01
Tints of Bird Flower #DADB01
RGB
CMYK
RGB Variations
Color information
#DADB01 (or 0xDADB01) is known color: Bird Flower. HEX triplet: DA, DB and 01. RGB value is (218,219,1). Sum of RGB (Red+Green+Blue) = 218+219+1=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADB01 is #2524FE. Grayscale: #C2C2C2. Windows color (decimal): -2434303 or 121818. OLE color: 121818.
HSL color Cylindrical-coordinate representation of color #DADB01: hue angle of 60.28º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DADB01 is Cyan = 0.00, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 1 | - |
| CMYK | 0.00 | 0 | 1.00 | 0.14 |
| HSL | 60.28º | 0.99% | 0.43% | - |
| HSV(B) | 60.28º | 1% | 0.86% | - |
| XYZ | 54.25 | 65.57 | 9.83 | - |
| YUV | 193.85 | 19.17 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 1 | 0.00 | 0 | 1.00 | 0.14 | 60.28 | 0.99 | 0.43 |
| Hex | DA | DB | 1 | 0 | 0 | 64 | E | 3C | 63 | 2B |
| Octal | 332 | 333 | 1 | 0 | 0 | 144 | 16 | 74 | 143 | 53 |
| Binary | 11011010 | 11011011 | 1 | 0 | 0 | 1100100 | 1110 | 111100 | 1100011 | 101011 |
Color Harmonies of #DADB01
Complementary color
Monochromatic Colors of #DADB01
Black with #DADB01
Text Example
Text Example
White with #DADB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB01; }
p { color: rgb(218,219,1); }
H1.HeaderClassName
{
color: #DADB01;
}
.AnyTagClassName
{
color: #DADB01;
}
</style>
background-color css
<style>
a { background-color: #DADB01; }
a { background-color: rgb(218,219,1); }
div.DivClassName
{
background-color: #DADB01;
}
.BgClassName
{
background-color: #DADB01;
}
</style>
border-color css
<style>
span { border-color: #DADB01; }
span { border-color: rgb(218,219,1); }
td.TdClassName
{
border-color: #DADB01;
}
.TagClassName
{
border-color: #DADB01;
}
</style>