Shades of Bird Flower #D7DC03
Tints of Bird Flower #D7DC03
RGB
CMYK
RGB Variations
Color information
#D7DC03 (or 0xD7DC03) is known color: Bird Flower. HEX triplet: D7, DC and 03. RGB value is (215,220,3). Sum of RGB (Red+Green+Blue) = 215+220+3=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7DC03 is #2823FC. Grayscale: #C2C2C2. Windows color (decimal): -2630653 or 253143. OLE color: 253143.
HSL color Cylindrical-coordinate representation of color #D7DC03: hue angle of 61.38º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7DC03 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 3 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.14 |
| HSL | 61.38º | 0.97% | 0.44% | - |
| HSV(B) | 61.38º | 0.99% | 0.86% | - |
| XYZ | 53.63 | 65.64 | 9.93 | - |
| YUV | 193.77 | 20.34 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 3 | 0.02 | 0 | 0.99 | 0.14 | 61.38 | 0.97 | 0.44 |
| Hex | D7 | DC | 3 | 2 | 0 | 63 | E | 3D | 61 | 2C |
| Octal | 327 | 334 | 3 | 2 | 0 | 143 | 16 | 75 | 141 | 54 |
| Binary | 11010111 | 11011100 | 11 | 10 | 0 | 1100011 | 1110 | 111101 | 1100001 | 101100 |
Color Harmonies of #D7DC03
Complementary color
Monochromatic Colors of #D7DC03
Black with #D7DC03
Text Example
Text Example
White with #D7DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DC03; }
p { color: rgb(215,220,3); }
H1.HeaderClassName
{
color: #D7DC03;
}
.AnyTagClassName
{
color: #D7DC03;
}
</style>
background-color css
<style>
a { background-color: #D7DC03; }
a { background-color: rgb(215,220,3); }
div.DivClassName
{
background-color: #D7DC03;
}
.BgClassName
{
background-color: #D7DC03;
}
</style>
border-color css
<style>
span { border-color: #D7DC03; }
span { border-color: rgb(215,220,3); }
td.TdClassName
{
border-color: #D7DC03;
}
.TagClassName
{
border-color: #D7DC03;
}
</style>