Shades of Bird Flower #DAC90B
Tints of Bird Flower #DAC90B
RGB
CMYK
RGB Variations
Color information
#DAC90B (or 0xDAC90B) is known color: Bird Flower. HEX triplet: DA, C9 and 0B. RGB value is (218,201,11). Sum of RGB (Red+Green+Blue) = 218+201+11=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC90B is #2536F4. Grayscale: #B9B9B9. Windows color (decimal): -2438901 or 772570. OLE color: 772570.
HSL color Cylindrical-coordinate representation of color #DAC90B: hue angle of 55.07º 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 #DAC90B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.15 |
| HSL | 55.07º | 0.9% | 0.45% | - |
| HSV(B) | 55.07º | 0.95% | 0.85% | - |
| XYZ | 49.86 | 56.7 | 8.63 | - |
| YUV | 184.42 | 30.13 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 11 | 0 | 0.08 | 0.95 | 0.15 | 55.07 | 0.9 | 0.45 |
| Hex | DA | C9 | B | 0 | 8 | 5F | F | 37 | 5A | 2D |
| Octal | 332 | 311 | 13 | 0 | 10 | 137 | 17 | 67 | 132 | 55 |
| Binary | 11011010 | 11001001 | 1011 | 0 | 1000 | 1011111 | 1111 | 110111 | 1011010 | 101101 |
Color Harmonies of #DAC90B
Complementary color
Monochromatic Colors of #DAC90B
Black with #DAC90B
Text Example
Text Example
White with #DAC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC90B; }
p { color: rgb(218,201,11); }
H1.HeaderClassName
{
color: #DAC90B;
}
.AnyTagClassName
{
color: #DAC90B;
}
</style>
background-color css
<style>
a { background-color: #DAC90B; }
a { background-color: rgb(218,201,11); }
div.DivClassName
{
background-color: #DAC90B;
}
.BgClassName
{
background-color: #DAC90B;
}
</style>
border-color css
<style>
span { border-color: #DAC90B; }
span { border-color: rgb(218,201,11); }
td.TdClassName
{
border-color: #DAC90B;
}
.TagClassName
{
border-color: #DAC90B;
}
</style>