Shades of Bird Flower #D9C104
Tints of Bird Flower #D9C104
RGB
CMYK
RGB Variations
Color information
#D9C104 (or 0xD9C104) is known color: Bird Flower. HEX triplet: D9, C1 and 04. RGB value is (217,193,4). Sum of RGB (Red+Green+Blue) = 217+193+4=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C104 is #263EFB. Grayscale: #B3B3B3. Windows color (decimal): -2506492 or 311769. OLE color: 311769.
HSL color Cylindrical-coordinate representation of color #D9C104: hue angle of 53.24º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9C104 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.15 |
| HSL | 53.24º | 0.96% | 0.43% | - |
| HSV(B) | 53.24º | 0.98% | 0.85% | - |
| XYZ | 47.71 | 52.9 | 7.81 | - |
| YUV | 178.63 | 29.45 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 4 | 0 | 0.11 | 0.98 | 0.15 | 53.24 | 0.96 | 0.43 |
| Hex | D9 | C1 | 4 | 0 | B | 62 | F | 35 | 60 | 2B |
| Octal | 331 | 301 | 4 | 0 | 13 | 142 | 17 | 65 | 140 | 53 |
| Binary | 11011001 | 11000001 | 100 | 0 | 1011 | 1100010 | 1111 | 110101 | 1100000 | 101011 |
Color Harmonies of #D9C104
Complementary color
Monochromatic Colors of #D9C104
Black with #D9C104
Text Example
Text Example
White with #D9C104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C104; }
p { color: rgb(217,193,4); }
H1.HeaderClassName
{
color: #D9C104;
}
.AnyTagClassName
{
color: #D9C104;
}
</style>
background-color css
<style>
a { background-color: #D9C104; }
a { background-color: rgb(217,193,4); }
div.DivClassName
{
background-color: #D9C104;
}
.BgClassName
{
background-color: #D9C104;
}
</style>
border-color css
<style>
span { border-color: #D9C104; }
span { border-color: rgb(217,193,4); }
td.TdClassName
{
border-color: #D9C104;
}
.TagClassName
{
border-color: #D9C104;
}
</style>