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