Shades of Bird Flower #D4CE0A
Tints of Bird Flower #D4CE0A
RGB
CMYK
RGB Variations
Color information
#D4CE0A (or 0xD4CE0A) is known color: Bird Flower. HEX triplet: D4, CE and 0A. RGB value is (212,206,10). Sum of RGB (Red+Green+Blue) = 212+206+10=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CE0A is #2B31F5. Grayscale: #BABABA. Windows color (decimal): -2830838 or 708308. OLE color: 708308.
HSL color Cylindrical-coordinate representation of color #D4CE0A: hue angle of 58.22º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4CE0A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 10 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.17 |
| HSL | 58.22º | 0.91% | 0.44% | - |
| HSV(B) | 58.22º | 0.95% | 0.83% | - |
| XYZ | 49.28 | 58.16 | 8.92 | - |
| YUV | 185.45 | 28.99 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 10 | 0 | 0.03 | 0.95 | 0.17 | 58.22 | 0.91 | 0.44 |
| Hex | D4 | CE | A | 0 | 3 | 5F | 11 | 3A | 5B | 2C |
| Octal | 324 | 316 | 12 | 0 | 3 | 137 | 21 | 72 | 133 | 54 |
| Binary | 11010100 | 11001110 | 1010 | 0 | 11 | 1011111 | 10001 | 111010 | 1011011 | 101100 |
Color Harmonies of #D4CE0A
Complementary color
Monochromatic Colors of #D4CE0A
Black with #D4CE0A
Text Example
Text Example
White with #D4CE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE0A; }
p { color: rgb(212,206,10); }
H1.HeaderClassName
{
color: #D4CE0A;
}
.AnyTagClassName
{
color: #D4CE0A;
}
</style>
background-color css
<style>
a { background-color: #D4CE0A; }
a { background-color: rgb(212,206,10); }
div.DivClassName
{
background-color: #D4CE0A;
}
.BgClassName
{
background-color: #D4CE0A;
}
</style>
border-color css
<style>
span { border-color: #D4CE0A; }
span { border-color: rgb(212,206,10); }
td.TdClassName
{
border-color: #D4CE0A;
}
.TagClassName
{
border-color: #D4CE0A;
}
</style>