Shades of Bird Flower #D5C906
Tints of Bird Flower #D5C906
RGB
CMYK
RGB Variations
Color information
#D5C906 (or 0xD5C906) is known color: Bird Flower. HEX triplet: D5, C9 and 06. RGB value is (213,201,6). Sum of RGB (Red+Green+Blue) = 213+201+6=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C906 is #2A36F9. Grayscale: #B7B7B7. Windows color (decimal): -2766586 or 444885. OLE color: 444885.
HSL color Cylindrical-coordinate representation of color #D5C906: hue angle of 56.52º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5C906 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.16 |
| HSL | 56.52º | 0.95% | 0.43% | - |
| HSV(B) | 56.52º | 0.97% | 0.84% | - |
| XYZ | 48.36 | 55.93 | 8.42 | - |
| YUV | 182.36 | 28.48 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 6 | 0 | 0.06 | 0.97 | 0.16 | 56.52 | 0.95 | 0.43 |
| Hex | D5 | C9 | 6 | 0 | 6 | 61 | 10 | 39 | 5F | 2B |
| Octal | 325 | 311 | 6 | 0 | 6 | 141 | 20 | 71 | 137 | 53 |
| Binary | 11010101 | 11001001 | 110 | 0 | 110 | 1100001 | 10000 | 111001 | 1011111 | 101011 |
Color Harmonies of #D5C906
Complementary color
Monochromatic Colors of #D5C906
Black with #D5C906
Text Example
Text Example
White with #D5C906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C906; }
p { color: rgb(213,201,6); }
H1.HeaderClassName
{
color: #D5C906;
}
.AnyTagClassName
{
color: #D5C906;
}
</style>
background-color css
<style>
a { background-color: #D5C906; }
a { background-color: rgb(213,201,6); }
div.DivClassName
{
background-color: #D5C906;
}
.BgClassName
{
background-color: #D5C906;
}
</style>
border-color css
<style>
span { border-color: #D5C906; }
span { border-color: rgb(213,201,6); }
td.TdClassName
{
border-color: #D5C906;
}
.TagClassName
{
border-color: #D5C906;
}
</style>