Shades of Bird Flower #D5C50B
Tints of Bird Flower #D5C50B
RGB
CMYK
RGB Variations
Color information
#D5C50B (or 0xD5C50B) is known color: Bird Flower. HEX triplet: D5, C5 and 0B. RGB value is (213,197,11). Sum of RGB (Red+Green+Blue) = 213+197+11=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C50B is #2A3AF4. Grayscale: #B5B5B5. Windows color (decimal): -2767605 or 771541. OLE color: 771541.
HSL color Cylindrical-coordinate representation of color #D5C50B: hue angle of 55.25º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5C50B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.16 |
| HSL | 55.25º | 0.9% | 0.44% | - |
| HSV(B) | 55.25º | 0.95% | 0.84% | - |
| XYZ | 47.47 | 54.1 | 8.26 | - |
| YUV | 180.58 | 32.3 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 11 | 0 | 0.08 | 0.95 | 0.16 | 55.25 | 0.9 | 0.44 |
| Hex | D5 | C5 | B | 0 | 8 | 5F | 10 | 37 | 5A | 2C |
| Octal | 325 | 305 | 13 | 0 | 10 | 137 | 20 | 67 | 132 | 54 |
| Binary | 11010101 | 11000101 | 1011 | 0 | 1000 | 1011111 | 10000 | 110111 | 1011010 | 101100 |
Color Harmonies of #D5C50B
Complementary color
Monochromatic Colors of #D5C50B
Black with #D5C50B
Text Example
Text Example
White with #D5C50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C50B; }
p { color: rgb(213,197,11); }
H1.HeaderClassName
{
color: #D5C50B;
}
.AnyTagClassName
{
color: #D5C50B;
}
</style>
background-color css
<style>
a { background-color: #D5C50B; }
a { background-color: rgb(213,197,11); }
div.DivClassName
{
background-color: #D5C50B;
}
.BgClassName
{
background-color: #D5C50B;
}
</style>
border-color css
<style>
span { border-color: #D5C50B; }
span { border-color: rgb(213,197,11); }
td.TdClassName
{
border-color: #D5C50B;
}
.TagClassName
{
border-color: #D5C50B;
}
</style>