Shades of Bird Flower #DAC701
Tints of Bird Flower #DAC701
RGB
CMYK
RGB Variations
Color information
#DAC701 (or 0xDAC701) is known color: Bird Flower. HEX triplet: DA, C7 and 01. RGB value is (218,199,1). Sum of RGB (Red+Green+Blue) = 218+199+1=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC701 is #2538FE. Grayscale: #B6B6B6. Windows color (decimal): -2439423 or 116698. OLE color: 116698.
HSL color Cylindrical-coordinate representation of color #DAC701: hue angle of 54.75º 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 #DAC701 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.15 |
| HSL | 54.75º | 0.99% | 0.43% | - |
| HSV(B) | 54.75º | 1% | 0.85% | - |
| XYZ | 49.34 | 55.75 | 8.19 | - |
| YUV | 182.11 | 25.79 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 1 | 0 | 0.09 | 1.00 | 0.15 | 54.75 | 0.99 | 0.43 |
| Hex | DA | C7 | 1 | 0 | 9 | 64 | F | 37 | 63 | 2B |
| Octal | 332 | 307 | 1 | 0 | 11 | 144 | 17 | 67 | 143 | 53 |
| Binary | 11011010 | 11000111 | 1 | 0 | 1001 | 1100100 | 1111 | 110111 | 1100011 | 101011 |
Color Harmonies of #DAC701
Complementary color
Monochromatic Colors of #DAC701
Black with #DAC701
Text Example
Text Example
White with #DAC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC701; }
p { color: rgb(218,199,1); }
H1.HeaderClassName
{
color: #DAC701;
}
.AnyTagClassName
{
color: #DAC701;
}
</style>
background-color css
<style>
a { background-color: #DAC701; }
a { background-color: rgb(218,199,1); }
div.DivClassName
{
background-color: #DAC701;
}
.BgClassName
{
background-color: #DAC701;
}
</style>
border-color css
<style>
span { border-color: #DAC701; }
span { border-color: rgb(218,199,1); }
td.TdClassName
{
border-color: #DAC701;
}
.TagClassName
{
border-color: #DAC701;
}
</style>