Shades of Bird Flower #D7C703
Tints of Bird Flower #D7C703
RGB
CMYK
RGB Variations
Color information
#D7C703 (or 0xD7C703) is known color: Bird Flower. HEX triplet: D7, C7 and 03. RGB value is (215,199,3). Sum of RGB (Red+Green+Blue) = 215+199+3=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C703 is #2838FC. Grayscale: #B6B6B6. Windows color (decimal): -2636029 or 247767. OLE color: 247767.
HSL color Cylindrical-coordinate representation of color #D7C703: hue angle of 55.47º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7C703 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.16 |
| HSL | 55.47º | 0.97% | 0.43% | - |
| HSV(B) | 55.47º | 0.99% | 0.84% | - |
| XYZ | 48.46 | 55.3 | 8.21 | - |
| YUV | 181.44 | 27.3 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 3 | 0 | 0.07 | 0.99 | 0.16 | 55.47 | 0.97 | 0.43 |
| Hex | D7 | C7 | 3 | 0 | 7 | 63 | 10 | 37 | 61 | 2B |
| Octal | 327 | 307 | 3 | 0 | 7 | 143 | 20 | 67 | 141 | 53 |
| Binary | 11010111 | 11000111 | 11 | 0 | 111 | 1100011 | 10000 | 110111 | 1100001 | 101011 |
Color Harmonies of #D7C703
Complementary color
Monochromatic Colors of #D7C703
Black with #D7C703
Text Example
Text Example
White with #D7C703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C703; }
p { color: rgb(215,199,3); }
H1.HeaderClassName
{
color: #D7C703;
}
.AnyTagClassName
{
color: #D7C703;
}
</style>
background-color css
<style>
a { background-color: #D7C703; }
a { background-color: rgb(215,199,3); }
div.DivClassName
{
background-color: #D7C703;
}
.BgClassName
{
background-color: #D7C703;
}
</style>
border-color css
<style>
span { border-color: #D7C703; }
span { border-color: rgb(215,199,3); }
td.TdClassName
{
border-color: #D7C703;
}
.TagClassName
{
border-color: #D7C703;
}
</style>