Shades of Bird Flower #D5C00A
Tints of Bird Flower #D5C00A
RGB
CMYK
RGB Variations
Color information
#D5C00A (or 0xD5C00A) is known color: Bird Flower. HEX triplet: D5, C0 and 0A. RGB value is (213,192,10). Sum of RGB (Red+Green+Blue) = 213+192+10=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C00A is #2A3FF5. Grayscale: #B2B2B2. Windows color (decimal): -2768886 or 704725. OLE color: 704725.
HSL color Cylindrical-coordinate representation of color #D5C00A: hue angle of 53.79º degrees, saturation: 0.91, 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 #D5C00A is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 10 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.16 |
| HSL | 53.79º | 0.91% | 0.44% | - |
| HSV(B) | 53.79º | 0.95% | 0.84% | - |
| XYZ | 46.35 | 51.87 | 7.86 | - |
| YUV | 177.53 | 33.46 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 10 | 0 | 0.10 | 0.95 | 0.16 | 53.79 | 0.91 | 0.44 |
| Hex | D5 | C0 | A | 0 | A | 5F | 10 | 36 | 5B | 2C |
| Octal | 325 | 300 | 12 | 0 | 12 | 137 | 20 | 66 | 133 | 54 |
| Binary | 11010101 | 11000000 | 1010 | 0 | 1010 | 1011111 | 10000 | 110110 | 1011011 | 101100 |
Color Harmonies of #D5C00A
Complementary color
Monochromatic Colors of #D5C00A
Black with #D5C00A
Text Example
Text Example
White with #D5C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C00A; }
p { color: rgb(213,192,10); }
H1.HeaderClassName
{
color: #D5C00A;
}
.AnyTagClassName
{
color: #D5C00A;
}
</style>
background-color css
<style>
a { background-color: #D5C00A; }
a { background-color: rgb(213,192,10); }
div.DivClassName
{
background-color: #D5C00A;
}
.BgClassName
{
background-color: #D5C00A;
}
</style>
border-color css
<style>
span { border-color: #D5C00A; }
span { border-color: rgb(213,192,10); }
td.TdClassName
{
border-color: #D5C00A;
}
.TagClassName
{
border-color: #D5C00A;
}
</style>