Shades of Bird Flower #DAC908
Tints of Bird Flower #DAC908
RGB
CMYK
RGB Variations
Color information
#DAC908 (or 0xDAC908) is known color: Bird Flower. HEX triplet: DA, C9 and 08. RGB value is (218,201,8). Sum of RGB (Red+Green+Blue) = 218+201+8=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC908 is #2536F7. Grayscale: #B8B8B8. Windows color (decimal): -2438904 or 575962. OLE color: 575962.
HSL color Cylindrical-coordinate representation of color #DAC908: hue angle of 55.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAC908 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 8 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.15 |
| HSL | 55.14º | 0.93% | 0.44% | - |
| HSV(B) | 55.14º | 0.96% | 0.85% | - |
| XYZ | 49.84 | 56.7 | 8.55 | - |
| YUV | 184.08 | 28.63 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 8 | 0 | 0.08 | 0.96 | 0.15 | 55.14 | 0.93 | 0.44 |
| Hex | DA | C9 | 8 | 0 | 8 | 60 | F | 37 | 5D | 2C |
| Octal | 332 | 311 | 10 | 0 | 10 | 140 | 17 | 67 | 135 | 54 |
| Binary | 11011010 | 11001001 | 1000 | 0 | 1000 | 1100000 | 1111 | 110111 | 1011101 | 101100 |
Color Harmonies of #DAC908
Complementary color
Monochromatic Colors of #DAC908
Black with #DAC908
Text Example
Text Example
White with #DAC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC908; }
p { color: rgb(218,201,8); }
H1.HeaderClassName
{
color: #DAC908;
}
.AnyTagClassName
{
color: #DAC908;
}
</style>
background-color css
<style>
a { background-color: #DAC908; }
a { background-color: rgb(218,201,8); }
div.DivClassName
{
background-color: #DAC908;
}
.BgClassName
{
background-color: #DAC908;
}
</style>
border-color css
<style>
span { border-color: #DAC908; }
span { border-color: rgb(218,201,8); }
td.TdClassName
{
border-color: #DAC908;
}
.TagClassName
{
border-color: #DAC908;
}
</style>