Shades of Bird Flower #D5CF00
Tints of Bird Flower #D5CF00
RGB
CMYK
RGB Variations
Color information
#D5CF00 (or 0xD5CF00) is known color: Bird Flower. HEX triplet: D5, CF and 00. RGB value is (213,207,0). Sum of RGB (Red+Green+Blue) = 213+207+0=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CF00 is #2A30FF. Grayscale: #BABABA. Windows color (decimal): -2765056 or 53205. OLE color: 53205.
HSL color Cylindrical-coordinate representation of color #D5CF00: hue angle of 58.31º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5CF00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.16 |
| HSL | 58.31º | 1% | 0.42% | - |
| HSV(B) | 58.31º | 1% | 0.84% | - |
| XYZ | 49.75 | 58.77 | 8.72 | - |
| YUV | 185.2 | 23.49 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 0 | 0 | 0.03 | 1 | 0.16 | 58.31 | 1 | 0.42 |
| Hex | D5 | CF | 0 | 0 | 3 | 64 | 10 | 3A | 64 | 2A |
| Octal | 325 | 317 | 0 | 0 | 3 | 144 | 20 | 72 | 144 | 52 |
| Binary | 11010101 | 11001111 | 0 | 0 | 11 | 1100100 | 10000 | 111010 | 1100100 | 101010 |
Color Harmonies of #D5CF00
Complementary color
Monochromatic Colors of #D5CF00
Black with #D5CF00
Text Example
Text Example
White with #D5CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF00; }
p { color: rgb(213,207,0); }
H1.HeaderClassName
{
color: #D5CF00;
}
.AnyTagClassName
{
color: #D5CF00;
}
</style>
background-color css
<style>
a { background-color: #D5CF00; }
a { background-color: rgb(213,207,0); }
div.DivClassName
{
background-color: #D5CF00;
}
.BgClassName
{
background-color: #D5CF00;
}
</style>
border-color css
<style>
span { border-color: #D5CF00; }
span { border-color: rgb(213,207,0); }
td.TdClassName
{
border-color: #D5CF00;
}
.TagClassName
{
border-color: #D5CF00;
}
</style>