Shades of Bird Flower #D5C90C
Tints of Bird Flower #D5C90C
RGB
CMYK
RGB Variations
Color information
#D5C90C (or 0xD5C90C) is known color: Bird Flower. HEX triplet: D5, C9 and 0C. RGB value is (213,201,12). Sum of RGB (Red+Green+Blue) = 213+201+12=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C90C is #2A36F3. Grayscale: #B7B7B7. Windows color (decimal): -2766580 or 838101. OLE color: 838101.
HSL color Cylindrical-coordinate representation of color #D5C90C: hue angle of 56.42º degrees, saturation: 0.89, 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 #D5C90C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.16 |
| HSL | 56.42º | 0.89% | 0.44% | - |
| HSV(B) | 56.42º | 0.94% | 0.84% | - |
| XYZ | 48.39 | 55.95 | 8.6 | - |
| YUV | 183.04 | 31.48 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 12 | 0 | 0.06 | 0.94 | 0.16 | 56.42 | 0.89 | 0.44 |
| Hex | D5 | C9 | C | 0 | 6 | 5E | 10 | 38 | 59 | 2C |
| Octal | 325 | 311 | 14 | 0 | 6 | 136 | 20 | 70 | 131 | 54 |
| Binary | 11010101 | 11001001 | 1100 | 0 | 110 | 1011110 | 10000 | 111000 | 1011001 | 101100 |
Color Harmonies of #D5C90C
Complementary color
Monochromatic Colors of #D5C90C
Black with #D5C90C
Text Example
Text Example
White with #D5C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C90C; }
p { color: rgb(213,201,12); }
H1.HeaderClassName
{
color: #D5C90C;
}
.AnyTagClassName
{
color: #D5C90C;
}
</style>
background-color css
<style>
a { background-color: #D5C90C; }
a { background-color: rgb(213,201,12); }
div.DivClassName
{
background-color: #D5C90C;
}
.BgClassName
{
background-color: #D5C90C;
}
</style>
border-color css
<style>
span { border-color: #D5C90C; }
span { border-color: rgb(213,201,12); }
td.TdClassName
{
border-color: #D5C90C;
}
.TagClassName
{
border-color: #D5C90C;
}
</style>