Shades of Bird Flower #DAC907
Tints of Bird Flower #DAC907
RGB
CMYK
RGB Variations
Color information
#DAC907 (or 0xDAC907) is known color: Bird Flower. HEX triplet: DA, C9 and 07. RGB value is (218,201,7). Sum of RGB (Red+Green+Blue) = 218+201+7=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC907 is #2536F8. Grayscale: #B8B8B8. Windows color (decimal): -2438905 or 510426. OLE color: 510426.
HSL color Cylindrical-coordinate representation of color #DAC907: hue angle of 55.17º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAC907 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.15 |
| HSL | 55.17º | 0.94% | 0.44% | - |
| HSV(B) | 55.17º | 0.97% | 0.85% | - |
| XYZ | 49.84 | 56.69 | 8.52 | - |
| YUV | 183.97 | 28.13 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 7 | 0 | 0.08 | 0.97 | 0.15 | 55.17 | 0.94 | 0.44 |
| Hex | DA | C9 | 7 | 0 | 8 | 61 | F | 37 | 5E | 2C |
| Octal | 332 | 311 | 7 | 0 | 10 | 141 | 17 | 67 | 136 | 54 |
| Binary | 11011010 | 11001001 | 111 | 0 | 1000 | 1100001 | 1111 | 110111 | 1011110 | 101100 |
Color Harmonies of #DAC907
Complementary color
Monochromatic Colors of #DAC907
Black with #DAC907
Text Example
Text Example
White with #DAC907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC907; }
p { color: rgb(218,201,7); }
H1.HeaderClassName
{
color: #DAC907;
}
.AnyTagClassName
{
color: #DAC907;
}
</style>
background-color css
<style>
a { background-color: #DAC907; }
a { background-color: rgb(218,201,7); }
div.DivClassName
{
background-color: #DAC907;
}
.BgClassName
{
background-color: #DAC907;
}
</style>
border-color css
<style>
span { border-color: #DAC907; }
span { border-color: rgb(218,201,7); }
td.TdClassName
{
border-color: #DAC907;
}
.TagClassName
{
border-color: #DAC907;
}
</style>