Shades of Bird Flower #CDC01E
Tints of Bird Flower #CDC01E
RGB
CMYK
RGB Variations
Color information
#CDC01E (or 0xCDC01E) is known color: Bird Flower. HEX triplet: CD, C0 and 1E. RGB value is (205,192,30). Sum of RGB (Red+Green+Blue) = 205+192+30=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC01E is #323FE1. Grayscale: #B2B2B2. Windows color (decimal): -3293154 or 2015437. OLE color: 2015437.
HSL color Cylindrical-coordinate representation of color #CDC01E: hue angle of 55.54º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDC01E is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 30 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.20 |
| HSL | 55.54º | 0.74% | 0.46% | - |
| HSV(B) | 55.54º | 0.85% | 0.8% | - |
| XYZ | 44.26 | 50.77 | 8.7 | - |
| YUV | 177.42 | 44.81 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 30 | 0 | 0.06 | 0.85 | 0.20 | 55.54 | 0.74 | 0.46 |
| Hex | CD | C0 | 1E | 0 | 6 | 55 | 14 | 38 | 4A | 2E |
| Octal | 315 | 300 | 36 | 0 | 6 | 125 | 24 | 70 | 112 | 56 |
| Binary | 11001101 | 11000000 | 11110 | 0 | 110 | 1010101 | 10100 | 111000 | 1001010 | 101110 |
Color Harmonies of #CDC01E
Complementary color
Monochromatic Colors of #CDC01E
Black with #CDC01E
Text Example
Text Example
White with #CDC01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC01E; }
p { color: rgb(205,192,30); }
H1.HeaderClassName
{
color: #CDC01E;
}
.AnyTagClassName
{
color: #CDC01E;
}
</style>
background-color css
<style>
a { background-color: #CDC01E; }
a { background-color: rgb(205,192,30); }
div.DivClassName
{
background-color: #CDC01E;
}
.BgClassName
{
background-color: #CDC01E;
}
</style>
border-color css
<style>
span { border-color: #CDC01E; }
span { border-color: rgb(205,192,30); }
td.TdClassName
{
border-color: #CDC01E;
}
.TagClassName
{
border-color: #CDC01E;
}
</style>