Shades of Bird Flower #D2CD0E
Tints of Bird Flower #D2CD0E
RGB
CMYK
RGB Variations
Color information
#D2CD0E (or 0xD2CD0E) is known color: Bird Flower. HEX triplet: D2, CD and 0E. RGB value is (210,205,14). Sum of RGB (Red+Green+Blue) = 210+205+14=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CD0E is #2D32F1. Grayscale: #B9B9B9. Windows color (decimal): -2962162 or 970194. OLE color: 970194.
HSL color Cylindrical-coordinate representation of color #D2CD0E: hue angle of 58.47º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2CD0E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 14 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.18 |
| HSL | 58.47º | 0.88% | 0.44% | - |
| HSV(B) | 58.47º | 0.93% | 0.82% | - |
| XYZ | 48.49 | 57.4 | 8.94 | - |
| YUV | 184.72 | 31.66 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 14 | 0 | 0.02 | 0.93 | 0.18 | 58.47 | 0.88 | 0.44 |
| Hex | D2 | CD | E | 0 | 2 | 5D | 12 | 3A | 58 | 2C |
| Octal | 322 | 315 | 16 | 0 | 2 | 135 | 22 | 72 | 130 | 54 |
| Binary | 11010010 | 11001101 | 1110 | 0 | 10 | 1011101 | 10010 | 111010 | 1011000 | 101100 |
Color Harmonies of #D2CD0E
Complementary color
Monochromatic Colors of #D2CD0E
Black with #D2CD0E
Text Example
Text Example
White with #D2CD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CD0E; }
p { color: rgb(210,205,14); }
H1.HeaderClassName
{
color: #D2CD0E;
}
.AnyTagClassName
{
color: #D2CD0E;
}
</style>
background-color css
<style>
a { background-color: #D2CD0E; }
a { background-color: rgb(210,205,14); }
div.DivClassName
{
background-color: #D2CD0E;
}
.BgClassName
{
background-color: #D2CD0E;
}
</style>
border-color css
<style>
span { border-color: #D2CD0E; }
span { border-color: rgb(210,205,14); }
td.TdClassName
{
border-color: #D2CD0E;
}
.TagClassName
{
border-color: #D2CD0E;
}
</style>