Shades of Bird Flower #D5D703
Tints of Bird Flower #D5D703
RGB
CMYK
RGB Variations
Color information
#D5D703 (or 0xD5D703) is known color: Bird Flower. HEX triplet: D5, D7 and 03. RGB value is (213,215,3). Sum of RGB (Red+Green+Blue) = 213+215+3=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D703 is #2A28FC. Grayscale: #BFBFBF. Windows color (decimal): -2763005 or 251861. OLE color: 251861.
HSL color Cylindrical-coordinate representation of color #D5D703: hue angle of 60.57º 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 #D5D703 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 3 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.16 |
| HSL | 60.57º | 0.97% | 0.43% | - |
| HSV(B) | 60.57º | 0.99% | 0.84% | - |
| XYZ | 51.76 | 62.75 | 9.47 | - |
| YUV | 190.23 | 22.34 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 3 | 0.01 | 0 | 0.99 | 0.16 | 60.57 | 0.97 | 0.43 |
| Hex | D5 | D7 | 3 | 1 | 0 | 63 | 10 | 3D | 61 | 2B |
| Octal | 325 | 327 | 3 | 1 | 0 | 143 | 20 | 75 | 141 | 53 |
| Binary | 11010101 | 11010111 | 11 | 1 | 0 | 1100011 | 10000 | 111101 | 1100001 | 101011 |
Color Harmonies of #D5D703
Complementary color
Monochromatic Colors of #D5D703
Black with #D5D703
Text Example
Text Example
White with #D5D703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D703; }
p { color: rgb(213,215,3); }
H1.HeaderClassName
{
color: #D5D703;
}
.AnyTagClassName
{
color: #D5D703;
}
</style>
background-color css
<style>
a { background-color: #D5D703; }
a { background-color: rgb(213,215,3); }
div.DivClassName
{
background-color: #D5D703;
}
.BgClassName
{
background-color: #D5D703;
}
</style>
border-color css
<style>
span { border-color: #D5D703; }
span { border-color: rgb(213,215,3); }
td.TdClassName
{
border-color: #D5D703;
}
.TagClassName
{
border-color: #D5D703;
}
</style>