Shades of Bird Flower #D7CE00
Tints of Bird Flower #D7CE00
RGB
CMYK
RGB Variations
Color information
#D7CE00 (or 0xD7CE00) is known color: Bird Flower. HEX triplet: D7, CE and 00. RGB value is (215,206,0). Sum of RGB (Red+Green+Blue) = 215+206+0=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CE00 is #2831FF. Grayscale: #BABABA. Windows color (decimal): -2634240 or 52951. OLE color: 52951.
HSL color Cylindrical-coordinate representation of color #D7CE00: hue angle of 57.49º 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 #D7CE00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.16 |
| HSL | 57.49º | 1% | 0.42% | - |
| HSV(B) | 57.49º | 1% | 0.84% | - |
| XYZ | 50.1 | 58.59 | 8.67 | - |
| YUV | 185.21 | 23.48 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 0 | 0 | 0.04 | 1 | 0.16 | 57.49 | 1 | 0.42 |
| Hex | D7 | CE | 0 | 0 | 4 | 64 | 10 | 39 | 64 | 2A |
| Octal | 327 | 316 | 0 | 0 | 4 | 144 | 20 | 71 | 144 | 52 |
| Binary | 11010111 | 11001110 | 0 | 0 | 100 | 1100100 | 10000 | 111001 | 1100100 | 101010 |
Color Harmonies of #D7CE00
Complementary color
Monochromatic Colors of #D7CE00
Black with #D7CE00
Text Example
Text Example
White with #D7CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE00; }
p { color: rgb(215,206,0); }
H1.HeaderClassName
{
color: #D7CE00;
}
.AnyTagClassName
{
color: #D7CE00;
}
</style>
background-color css
<style>
a { background-color: #D7CE00; }
a { background-color: rgb(215,206,0); }
div.DivClassName
{
background-color: #D7CE00;
}
.BgClassName
{
background-color: #D7CE00;
}
</style>
border-color css
<style>
span { border-color: #D7CE00; }
span { border-color: rgb(215,206,0); }
td.TdClassName
{
border-color: #D7CE00;
}
.TagClassName
{
border-color: #D7CE00;
}
</style>