Shades of Bird Flower #DAC001
Tints of Bird Flower #DAC001
RGB
CMYK
RGB Variations
Color information
#DAC001 (or 0xDAC001) is known color: Bird Flower. HEX triplet: DA, C0 and 01. RGB value is (218,192,1). Sum of RGB (Red+Green+Blue) = 218+192+1=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC001 is #253FFE. Grayscale: #B2B2B2. Windows color (decimal): -2441215 or 114906. OLE color: 114906.
HSL color Cylindrical-coordinate representation of color #DAC001: hue angle of 52.81º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAC001 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.15 |
| HSL | 52.81º | 0.99% | 0.43% | - |
| HSV(B) | 52.81º | 1% | 0.85% | - |
| XYZ | 47.77 | 52.61 | 7.67 | - |
| YUV | 178 | 28.11 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 1 | 0 | 0.12 | 1.00 | 0.15 | 52.81 | 0.99 | 0.43 |
| Hex | DA | C0 | 1 | 0 | C | 64 | F | 35 | 63 | 2B |
| Octal | 332 | 300 | 1 | 0 | 14 | 144 | 17 | 65 | 143 | 53 |
| Binary | 11011010 | 11000000 | 1 | 0 | 1100 | 1100100 | 1111 | 110101 | 1100011 | 101011 |
Color Harmonies of #DAC001
Complementary color
Monochromatic Colors of #DAC001
Black with #DAC001
Text Example
Text Example
White with #DAC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC001; }
p { color: rgb(218,192,1); }
H1.HeaderClassName
{
color: #DAC001;
}
.AnyTagClassName
{
color: #DAC001;
}
</style>
background-color css
<style>
a { background-color: #DAC001; }
a { background-color: rgb(218,192,1); }
div.DivClassName
{
background-color: #DAC001;
}
.BgClassName
{
background-color: #DAC001;
}
</style>
border-color css
<style>
span { border-color: #DAC001; }
span { border-color: rgb(218,192,1); }
td.TdClassName
{
border-color: #DAC001;
}
.TagClassName
{
border-color: #DAC001;
}
</style>