Shades of Bird Flower #CDD00E
Tints of Bird Flower #CDD00E
RGB
CMYK
RGB Variations
Color information
#CDD00E (or 0xCDD00E) is known color: Bird Flower. HEX triplet: CD, D0 and 0E. RGB value is (205,208,14). Sum of RGB (Red+Green+Blue) = 205+208+14=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD00E is #322FF1. Grayscale: #B9B9B9. Windows color (decimal): -3289074 or 970957. OLE color: 970957.
HSL color Cylindrical-coordinate representation of color #CDD00E: hue angle of 60.93º degrees, saturation: 0.87, 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 #CDD00E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 14 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.18 |
| HSL | 60.93º | 0.87% | 0.44% | - |
| HSV(B) | 60.93º | 0.93% | 0.82% | - |
| XYZ | 47.81 | 58.12 | 9.11 | - |
| YUV | 184.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 14 | 0.01 | 0 | 0.93 | 0.18 | 60.93 | 0.87 | 0.44 |
| Hex | CD | D0 | E | 1 | 0 | 5D | 12 | 3D | 57 | 2C |
| Octal | 315 | 320 | 16 | 1 | 0 | 135 | 22 | 75 | 127 | 54 |
| Binary | 11001101 | 11010000 | 1110 | 1 | 0 | 1011101 | 10010 | 111101 | 1010111 | 101100 |
Color Harmonies of #CDD00E
Complementary color
Monochromatic Colors of #CDD00E
Black with #CDD00E
Text Example
Text Example
White with #CDD00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD00E; }
p { color: rgb(205,208,14); }
H1.HeaderClassName
{
color: #CDD00E;
}
.AnyTagClassName
{
color: #CDD00E;
}
</style>
background-color css
<style>
a { background-color: #CDD00E; }
a { background-color: rgb(205,208,14); }
div.DivClassName
{
background-color: #CDD00E;
}
.BgClassName
{
background-color: #CDD00E;
}
</style>
border-color css
<style>
span { border-color: #CDD00E; }
span { border-color: rgb(205,208,14); }
td.TdClassName
{
border-color: #CDD00E;
}
.TagClassName
{
border-color: #CDD00E;
}
</style>