Shades of Bird Flower #D5C809
Tints of Bird Flower #D5C809
RGB
CMYK
RGB Variations
Color information
#D5C809 (or 0xD5C809) is known color: Bird Flower. HEX triplet: D5, C8 and 09. RGB value is (213,200,9). Sum of RGB (Red+Green+Blue) = 213+200+9=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 9 (3.91% from 255 or 2.13% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C809 is #2A37F6. Grayscale: #B6B6B6. Windows color (decimal): -2766839 or 641237. OLE color: 641237.
HSL color Cylindrical-coordinate representation of color #D5C809: hue angle of 56.18º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5C809 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.16 |
| HSL | 56.18º | 0.92% | 0.44% | - |
| HSV(B) | 56.18º | 0.96% | 0.84% | - |
| XYZ | 48.14 | 55.47 | 8.43 | - |
| YUV | 182.11 | 30.31 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 9 | 0 | 0.06 | 0.96 | 0.16 | 56.18 | 0.92 | 0.44 |
| Hex | D5 | C8 | 9 | 0 | 6 | 60 | 10 | 38 | 5C | 2C |
| Octal | 325 | 310 | 11 | 0 | 6 | 140 | 20 | 70 | 134 | 54 |
| Binary | 11010101 | 11001000 | 1001 | 0 | 110 | 1100000 | 10000 | 111000 | 1011100 | 101100 |
Color Harmonies of #D5C809
Complementary color
Monochromatic Colors of #D5C809
Black with #D5C809
Text Example
Text Example
White with #D5C809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C809; }
p { color: rgb(213,200,9); }
H1.HeaderClassName
{
color: #D5C809;
}
.AnyTagClassName
{
color: #D5C809;
}
</style>
background-color css
<style>
a { background-color: #D5C809; }
a { background-color: rgb(213,200,9); }
div.DivClassName
{
background-color: #D5C809;
}
.BgClassName
{
background-color: #D5C809;
}
</style>
border-color css
<style>
span { border-color: #D5C809; }
span { border-color: rgb(213,200,9); }
td.TdClassName
{
border-color: #D5C809;
}
.TagClassName
{
border-color: #D5C809;
}
</style>