Shades of Bird Flower #CDCE0D
Tints of Bird Flower #CDCE0D
RGB
CMYK
RGB Variations
Color information
#CDCE0D (or 0xCDCE0D) is known color: Bird Flower. HEX triplet: CD, CE and 0D. RGB value is (205,206,13). Sum of RGB (Red+Green+Blue) = 205+206+13=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCE0D is #3231F2. Grayscale: #B8B8B8. Windows color (decimal): -3289587 or 904909. OLE color: 904909.
HSL color Cylindrical-coordinate representation of color #CDCE0D: hue angle of 60.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDCE0D is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 13 | - |
| CMYK | 0.00 | 0 | 0.94 | 0.19 |
| HSL | 60.31º | 0.88% | 0.43% | - |
| HSV(B) | 60.31º | 0.94% | 0.81% | - |
| XYZ | 47.32 | 57.15 | 8.92 | - |
| YUV | 183.7 | 31.67 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 13 | 0.00 | 0 | 0.94 | 0.19 | 60.31 | 0.88 | 0.43 |
| Hex | CD | CE | D | 0 | 0 | 5E | 13 | 3C | 58 | 2B |
| Octal | 315 | 316 | 15 | 0 | 0 | 136 | 23 | 74 | 130 | 53 |
| Binary | 11001101 | 11001110 | 1101 | 0 | 0 | 1011110 | 10011 | 111100 | 1011000 | 101011 |
Color Harmonies of #CDCE0D
Complementary color
Monochromatic Colors of #CDCE0D
Black with #CDCE0D
Text Example
Text Example
White with #CDCE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE0D; }
p { color: rgb(205,206,13); }
H1.HeaderClassName
{
color: #CDCE0D;
}
.AnyTagClassName
{
color: #CDCE0D;
}
</style>
background-color css
<style>
a { background-color: #CDCE0D; }
a { background-color: rgb(205,206,13); }
div.DivClassName
{
background-color: #CDCE0D;
}
.BgClassName
{
background-color: #CDCE0D;
}
</style>
border-color css
<style>
span { border-color: #CDCE0D; }
span { border-color: rgb(205,206,13); }
td.TdClassName
{
border-color: #CDCE0D;
}
.TagClassName
{
border-color: #CDCE0D;
}
</style>