Shades of Bird Flower #D5C10D
Tints of Bird Flower #D5C10D
RGB
CMYK
RGB Variations
Color information
#D5C10D (or 0xD5C10D) is known color: Bird Flower. HEX triplet: D5, C1 and 0D. RGB value is (213,193,13). Sum of RGB (Red+Green+Blue) = 213+193+13=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C10D is #2A3EF2. Grayscale: #B3B3B3. Windows color (decimal): -2768627 or 901589. OLE color: 901589.
HSL color Cylindrical-coordinate representation of color #D5C10D: hue angle of 54º 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 #D5C10D is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 13 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.16 |
| HSL | 54º | 0.88% | 0.44% | - |
| HSV(B) | 54º | 0.94% | 0.84% | - |
| XYZ | 46.58 | 52.32 | 8.02 | - |
| YUV | 178.46 | 34.63 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 13 | 0 | 0.09 | 0.94 | 0.16 | 54 | 0.88 | 0.44 |
| Hex | D5 | C1 | D | 0 | 9 | 5E | 10 | 36 | 58 | 2C |
| Octal | 325 | 301 | 15 | 0 | 11 | 136 | 20 | 66 | 130 | 54 |
| Binary | 11010101 | 11000001 | 1101 | 0 | 1001 | 1011110 | 10000 | 110110 | 1011000 | 101100 |
Color Harmonies of #D5C10D
Complementary color
Monochromatic Colors of #D5C10D
Black with #D5C10D
Text Example
Text Example
White with #D5C10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C10D; }
p { color: rgb(213,193,13); }
H1.HeaderClassName
{
color: #D5C10D;
}
.AnyTagClassName
{
color: #D5C10D;
}
</style>
background-color css
<style>
a { background-color: #D5C10D; }
a { background-color: rgb(213,193,13); }
div.DivClassName
{
background-color: #D5C10D;
}
.BgClassName
{
background-color: #D5C10D;
}
</style>
border-color css
<style>
span { border-color: #D5C10D; }
span { border-color: rgb(213,193,13); }
td.TdClassName
{
border-color: #D5C10D;
}
.TagClassName
{
border-color: #D5C10D;
}
</style>