Shades of Bird Flower #D1CF07
Tints of Bird Flower #D1CF07
RGB
CMYK
RGB Variations
Color information
#D1CF07 (or 0xD1CF07) is known color: Bird Flower. HEX triplet: D1, CF and 07. RGB value is (209,207,7). Sum of RGB (Red+Green+Blue) = 209+207+7=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CF07 is #2E30F8. Grayscale: #B9B9B9. Windows color (decimal): -3027193 or 511953. OLE color: 511953.
HSL color Cylindrical-coordinate representation of color #D1CF07: hue angle of 59.41º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1CF07 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.18 |
| HSL | 59.41º | 0.94% | 0.42% | - |
| HSV(B) | 59.41º | 0.97% | 0.82% | - |
| XYZ | 48.65 | 58.2 | 8.87 | - |
| YUV | 184.8 | 27.66 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 7 | 0 | 0.01 | 0.97 | 0.18 | 59.41 | 0.94 | 0.42 |
| Hex | D1 | CF | 7 | 0 | 1 | 61 | 12 | 3B | 5E | 2A |
| Octal | 321 | 317 | 7 | 0 | 1 | 141 | 22 | 73 | 136 | 52 |
| Binary | 11010001 | 11001111 | 111 | 0 | 1 | 1100001 | 10010 | 111011 | 1011110 | 101010 |
Color Harmonies of #D1CF07
Complementary color
Monochromatic Colors of #D1CF07
Black with #D1CF07
Text Example
Text Example
White with #D1CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF07; }
p { color: rgb(209,207,7); }
H1.HeaderClassName
{
color: #D1CF07;
}
.AnyTagClassName
{
color: #D1CF07;
}
</style>
background-color css
<style>
a { background-color: #D1CF07; }
a { background-color: rgb(209,207,7); }
div.DivClassName
{
background-color: #D1CF07;
}
.BgClassName
{
background-color: #D1CF07;
}
</style>
border-color css
<style>
span { border-color: #D1CF07; }
span { border-color: rgb(209,207,7); }
td.TdClassName
{
border-color: #D1CF07;
}
.TagClassName
{
border-color: #D1CF07;
}
</style>