Shades of Bird Flower #D4CE00
Tints of Bird Flower #D4CE00
RGB
CMYK
RGB Variations
Color information
#D4CE00 (or 0xD4CE00) is known color: Bird Flower. HEX triplet: D4, CE and 00. RGB value is (212,206,0). Sum of RGB (Red+Green+Blue) = 212+206+0=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CE00 is #2B31FF. Grayscale: #B9B9B9. Windows color (decimal): -2830848 or 52948. OLE color: 52948.
HSL color Cylindrical-coordinate representation of color #D4CE00: hue angle of 58.3º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4CE00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.17 |
| HSL | 58.3º | 1% | 0.42% | - |
| HSV(B) | 58.3º | 1% | 0.83% | - |
| XYZ | 49.22 | 58.14 | 8.63 | - |
| YUV | 184.31 | 23.99 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 0 | 0 | 0.03 | 1 | 0.17 | 58.3 | 1 | 0.42 |
| Hex | D4 | CE | 0 | 0 | 3 | 64 | 11 | 3A | 64 | 2A |
| Octal | 324 | 316 | 0 | 0 | 3 | 144 | 21 | 72 | 144 | 52 |
| Binary | 11010100 | 11001110 | 0 | 0 | 11 | 1100100 | 10001 | 111010 | 1100100 | 101010 |
Color Harmonies of #D4CE00
Complementary color
Monochromatic Colors of #D4CE00
Black with #D4CE00
Text Example
Text Example
White with #D4CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE00; }
p { color: rgb(212,206,0); }
H1.HeaderClassName
{
color: #D4CE00;
}
.AnyTagClassName
{
color: #D4CE00;
}
</style>
background-color css
<style>
a { background-color: #D4CE00; }
a { background-color: rgb(212,206,0); }
div.DivClassName
{
background-color: #D4CE00;
}
.BgClassName
{
background-color: #D4CE00;
}
</style>
border-color css
<style>
span { border-color: #D4CE00; }
span { border-color: rgb(212,206,0); }
td.TdClassName
{
border-color: #D4CE00;
}
.TagClassName
{
border-color: #D4CE00;
}
</style>