Shades of Bird Flower #D1CF0A
Tints of Bird Flower #D1CF0A
RGB
CMYK
RGB Variations
Color information
#D1CF0A (or 0xD1CF0A) is known color: Bird Flower. HEX triplet: D1, CF and 0A. RGB value is (209,207,10). Sum of RGB (Red+Green+Blue) = 209+207+10=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CF0A is #2E30F5. Grayscale: #B9B9B9. Windows color (decimal): -3027190 or 708561. OLE color: 708561.
HSL color Cylindrical-coordinate representation of color #D1CF0A: hue angle of 59.4º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1CF0A is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 10 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.18 |
| HSL | 59.4º | 0.91% | 0.43% | - |
| HSV(B) | 59.4º | 0.95% | 0.82% | - |
| XYZ | 48.66 | 58.2 | 8.96 | - |
| YUV | 185.14 | 29.16 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 10 | 0 | 0.01 | 0.95 | 0.18 | 59.4 | 0.91 | 0.43 |
| Hex | D1 | CF | A | 0 | 1 | 5F | 12 | 3B | 5B | 2B |
| Octal | 321 | 317 | 12 | 0 | 1 | 137 | 22 | 73 | 133 | 53 |
| Binary | 11010001 | 11001111 | 1010 | 0 | 1 | 1011111 | 10010 | 111011 | 1011011 | 101011 |
Color Harmonies of #D1CF0A
Complementary color
Monochromatic Colors of #D1CF0A
Black with #D1CF0A
Text Example
Text Example
White with #D1CF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF0A; }
p { color: rgb(209,207,10); }
H1.HeaderClassName
{
color: #D1CF0A;
}
.AnyTagClassName
{
color: #D1CF0A;
}
</style>
background-color css
<style>
a { background-color: #D1CF0A; }
a { background-color: rgb(209,207,10); }
div.DivClassName
{
background-color: #D1CF0A;
}
.BgClassName
{
background-color: #D1CF0A;
}
</style>
border-color css
<style>
span { border-color: #D1CF0A; }
span { border-color: rgb(209,207,10); }
td.TdClassName
{
border-color: #D1CF0A;
}
.TagClassName
{
border-color: #D1CF0A;
}
</style>