Shades of Bird Flower #D5C80B
Tints of Bird Flower #D5C80B
RGB
CMYK
RGB Variations
Color information
#D5C80B (or 0xD5C80B) is known color: Bird Flower. HEX triplet: D5, C8 and 0B. RGB value is (213,200,11). Sum of RGB (Red+Green+Blue) = 213+200+11=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C80B is #2A37F4. Grayscale: #B7B7B7. Windows color (decimal): -2766837 or 772309. OLE color: 772309.
HSL color Cylindrical-coordinate representation of color #D5C80B: hue angle of 56.14º 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 #D5C80B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.16 |
| HSL | 56.14º | 0.9% | 0.44% | - |
| HSV(B) | 56.14º | 0.95% | 0.84% | - |
| XYZ | 48.16 | 55.48 | 8.49 | - |
| YUV | 182.34 | 31.31 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 11 | 0 | 0.06 | 0.95 | 0.16 | 56.14 | 0.9 | 0.44 |
| Hex | D5 | C8 | B | 0 | 6 | 5F | 10 | 38 | 5A | 2C |
| Octal | 325 | 310 | 13 | 0 | 6 | 137 | 20 | 70 | 132 | 54 |
| Binary | 11010101 | 11001000 | 1011 | 0 | 110 | 1011111 | 10000 | 111000 | 1011010 | 101100 |
Color Harmonies of #D5C80B
Complementary color
Monochromatic Colors of #D5C80B
Black with #D5C80B
Text Example
Text Example
White with #D5C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C80B; }
p { color: rgb(213,200,11); }
H1.HeaderClassName
{
color: #D5C80B;
}
.AnyTagClassName
{
color: #D5C80B;
}
</style>
background-color css
<style>
a { background-color: #D5C80B; }
a { background-color: rgb(213,200,11); }
div.DivClassName
{
background-color: #D5C80B;
}
.BgClassName
{
background-color: #D5C80B;
}
</style>
border-color css
<style>
span { border-color: #D5C80B; }
span { border-color: rgb(213,200,11); }
td.TdClassName
{
border-color: #D5C80B;
}
.TagClassName
{
border-color: #D5C80B;
}
</style>