Shades of Bird Flower #D9C103
Tints of Bird Flower #D9C103
RGB
CMYK
RGB Variations
Color information
#D9C103 (or 0xD9C103) is known color: Bird Flower. HEX triplet: D9, C1 and 03. RGB value is (217,193,3). Sum of RGB (Red+Green+Blue) = 217+193+3=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C103 is #263EFC. Grayscale: #B3B3B3. Windows color (decimal): -2506493 or 246233. OLE color: 246233.
HSL color Cylindrical-coordinate representation of color #D9C103: hue angle of 53.27º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9C103 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.15 |
| HSL | 53.27º | 0.97% | 0.43% | - |
| HSV(B) | 53.27º | 0.99% | 0.85% | - |
| XYZ | 47.7 | 52.9 | 7.78 | - |
| YUV | 178.52 | 28.95 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 3 | 0 | 0.11 | 0.99 | 0.15 | 53.27 | 0.97 | 0.43 |
| Hex | D9 | C1 | 3 | 0 | B | 63 | F | 35 | 61 | 2B |
| Octal | 331 | 301 | 3 | 0 | 13 | 143 | 17 | 65 | 141 | 53 |
| Binary | 11011001 | 11000001 | 11 | 0 | 1011 | 1100011 | 1111 | 110101 | 1100001 | 101011 |
Color Harmonies of #D9C103
Complementary color
Monochromatic Colors of #D9C103
Black with #D9C103
Text Example
Text Example
White with #D9C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C103; }
p { color: rgb(217,193,3); }
H1.HeaderClassName
{
color: #D9C103;
}
.AnyTagClassName
{
color: #D9C103;
}
</style>
background-color css
<style>
a { background-color: #D9C103; }
a { background-color: rgb(217,193,3); }
div.DivClassName
{
background-color: #D9C103;
}
.BgClassName
{
background-color: #D9C103;
}
</style>
border-color css
<style>
span { border-color: #D9C103; }
span { border-color: rgb(217,193,3); }
td.TdClassName
{
border-color: #D9C103;
}
.TagClassName
{
border-color: #D9C103;
}
</style>