Shades of Bird Flower #D7C603
Tints of Bird Flower #D7C603
RGB
CMYK
RGB Variations
Color information
#D7C603 (or 0xD7C603) is known color: Bird Flower. HEX triplet: D7, C6 and 03. RGB value is (215,198,3). Sum of RGB (Red+Green+Blue) = 215+198+3=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C603 is #2839FC. Grayscale: #B5B5B5. Windows color (decimal): -2636285 or 247511. OLE color: 247511.
HSL color Cylindrical-coordinate representation of color #D7C603: hue angle of 55.19º 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 #D7C603 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.16 |
| HSL | 55.19º | 0.97% | 0.43% | - |
| HSV(B) | 55.19º | 0.99% | 0.84% | - |
| XYZ | 48.23 | 54.84 | 8.13 | - |
| YUV | 180.85 | 27.63 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 3 | 0 | 0.08 | 0.99 | 0.16 | 55.19 | 0.97 | 0.43 |
| Hex | D7 | C6 | 3 | 0 | 8 | 63 | 10 | 37 | 61 | 2B |
| Octal | 327 | 306 | 3 | 0 | 10 | 143 | 20 | 67 | 141 | 53 |
| Binary | 11010111 | 11000110 | 11 | 0 | 1000 | 1100011 | 10000 | 110111 | 1100001 | 101011 |
Color Harmonies of #D7C603
Complementary color
Monochromatic Colors of #D7C603
Black with #D7C603
Text Example
Text Example
White with #D7C603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C603; }
p { color: rgb(215,198,3); }
H1.HeaderClassName
{
color: #D7C603;
}
.AnyTagClassName
{
color: #D7C603;
}
</style>
background-color css
<style>
a { background-color: #D7C603; }
a { background-color: rgb(215,198,3); }
div.DivClassName
{
background-color: #D7C603;
}
.BgClassName
{
background-color: #D7C603;
}
</style>
border-color css
<style>
span { border-color: #D7C603; }
span { border-color: rgb(215,198,3); }
td.TdClassName
{
border-color: #D7C603;
}
.TagClassName
{
border-color: #D7C603;
}
</style>