Shades of Bird Flower #D5C50D
Tints of Bird Flower #D5C50D
RGB
CMYK
RGB Variations
Color information
#D5C50D (or 0xD5C50D) is known color: Bird Flower. HEX triplet: D5, C5 and 0D. RGB value is (213,197,13). Sum of RGB (Red+Green+Blue) = 213+197+13=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C50D is #2A3AF2. Grayscale: #B5B5B5. Windows color (decimal): -2767603 or 902613. OLE color: 902613.
HSL color Cylindrical-coordinate representation of color #D5C50D: hue angle of 55.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5C50D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.16 |
| HSL | 55.2º | 0.88% | 0.44% | - |
| HSV(B) | 55.2º | 0.94% | 0.84% | - |
| XYZ | 47.48 | 54.11 | 8.32 | - |
| YUV | 180.81 | 33.3 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 13 | 0 | 0.08 | 0.94 | 0.16 | 55.2 | 0.88 | 0.44 |
| Hex | D5 | C5 | D | 0 | 8 | 5E | 10 | 37 | 58 | 2C |
| Octal | 325 | 305 | 15 | 0 | 10 | 136 | 20 | 67 | 130 | 54 |
| Binary | 11010101 | 11000101 | 1101 | 0 | 1000 | 1011110 | 10000 | 110111 | 1011000 | 101100 |
Color Harmonies of #D5C50D
Complementary color
Monochromatic Colors of #D5C50D
Black with #D5C50D
Text Example
Text Example
White with #D5C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C50D; }
p { color: rgb(213,197,13); }
H1.HeaderClassName
{
color: #D5C50D;
}
.AnyTagClassName
{
color: #D5C50D;
}
</style>
background-color css
<style>
a { background-color: #D5C50D; }
a { background-color: rgb(213,197,13); }
div.DivClassName
{
background-color: #D5C50D;
}
.BgClassName
{
background-color: #D5C50D;
}
</style>
border-color css
<style>
span { border-color: #D5C50D; }
span { border-color: rgb(213,197,13); }
td.TdClassName
{
border-color: #D5C50D;
}
.TagClassName
{
border-color: #D5C50D;
}
</style>