Shades of Bird Flower #D5CE00
Tints of Bird Flower #D5CE00
RGB
CMYK
RGB Variations
Color information
#D5CE00 (or 0xD5CE00) is known color: Bird Flower. HEX triplet: D5, CE and 00. RGB value is (213,206,0). Sum of RGB (Red+Green+Blue) = 213+206+0=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CE00 is #2A31FF. Grayscale: #B9B9B9. Windows color (decimal): -2765312 or 52949. OLE color: 52949.
HSL color Cylindrical-coordinate representation of color #D5CE00: hue angle of 58.03º 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 #D5CE00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.16 |
| HSL | 58.03º | 1% | 0.42% | - |
| HSV(B) | 58.03º | 1% | 0.84% | - |
| XYZ | 49.51 | 58.29 | 8.64 | - |
| YUV | 184.61 | 23.82 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 0 | 0 | 0.03 | 1 | 0.16 | 58.03 | 1 | 0.42 |
| Hex | D5 | CE | 0 | 0 | 3 | 64 | 10 | 3A | 64 | 2A |
| Octal | 325 | 316 | 0 | 0 | 3 | 144 | 20 | 72 | 144 | 52 |
| Binary | 11010101 | 11001110 | 0 | 0 | 11 | 1100100 | 10000 | 111010 | 1100100 | 101010 |
Color Harmonies of #D5CE00
Complementary color
Monochromatic Colors of #D5CE00
Black with #D5CE00
Text Example
Text Example
White with #D5CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE00; }
p { color: rgb(213,206,0); }
H1.HeaderClassName
{
color: #D5CE00;
}
.AnyTagClassName
{
color: #D5CE00;
}
</style>
background-color css
<style>
a { background-color: #D5CE00; }
a { background-color: rgb(213,206,0); }
div.DivClassName
{
background-color: #D5CE00;
}
.BgClassName
{
background-color: #D5CE00;
}
</style>
border-color css
<style>
span { border-color: #D5CE00; }
span { border-color: rgb(213,206,0); }
td.TdClassName
{
border-color: #D5CE00;
}
.TagClassName
{
border-color: #D5CE00;
}
</style>