Shades of Bird Flower #CDCE03
Tints of Bird Flower #CDCE03
RGB
CMYK
RGB Variations
Color information
#CDCE03 (or 0xCDCE03) is known color: Bird Flower. HEX triplet: CD, CE and 03. RGB value is (205,206,3). Sum of RGB (Red+Green+Blue) = 205+206+3=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCE03 is #3231FC. Grayscale: #B7B7B7. Windows color (decimal): -3289597 or 249549. OLE color: 249549.
HSL color Cylindrical-coordinate representation of color #CDCE03: hue angle of 60.3º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDCE03 is Cyan = 0.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 3 | - |
| CMYK | 0.00 | 0 | 0.99 | 0.19 |
| HSL | 60.3º | 0.97% | 0.41% | - |
| HSV(B) | 60.3º | 0.99% | 0.81% | - |
| XYZ | 47.26 | 57.13 | 8.62 | - |
| YUV | 182.56 | 26.67 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 3 | 0.00 | 0 | 0.99 | 0.19 | 60.3 | 0.97 | 0.41 |
| Hex | CD | CE | 3 | 0 | 0 | 63 | 13 | 3C | 61 | 29 |
| Octal | 315 | 316 | 3 | 0 | 0 | 143 | 23 | 74 | 141 | 51 |
| Binary | 11001101 | 11001110 | 11 | 0 | 0 | 1100011 | 10011 | 111100 | 1100001 | 101001 |
Color Harmonies of #CDCE03
Complementary color
Monochromatic Colors of #CDCE03
Black with #CDCE03
Text Example
Text Example
White with #CDCE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE03; }
p { color: rgb(205,206,3); }
H1.HeaderClassName
{
color: #CDCE03;
}
.AnyTagClassName
{
color: #CDCE03;
}
</style>
background-color css
<style>
a { background-color: #CDCE03; }
a { background-color: rgb(205,206,3); }
div.DivClassName
{
background-color: #CDCE03;
}
.BgClassName
{
background-color: #CDCE03;
}
</style>
border-color css
<style>
span { border-color: #CDCE03; }
span { border-color: rgb(205,206,3); }
td.TdClassName
{
border-color: #CDCE03;
}
.TagClassName
{
border-color: #CDCE03;
}
</style>