Shades of Bird Flower #CDC01A
Tints of Bird Flower #CDC01A
RGB
CMYK
RGB Variations
Color information
#CDC01A (or 0xCDC01A) is known color: Bird Flower. HEX triplet: CD, C0 and 1A. RGB value is (205,192,26). Sum of RGB (Red+Green+Blue) = 205+192+26=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC01A is #323FE5. Grayscale: #B1B1B1. Windows color (decimal): -3293158 or 1753293. OLE color: 1753293.
HSL color Cylindrical-coordinate representation of color #CDC01A: hue angle of 55.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDC01A is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 26 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.20 |
| HSL | 55.64º | 0.77% | 0.45% | - |
| HSV(B) | 55.64º | 0.87% | 0.8% | - |
| XYZ | 44.21 | 50.75 | 8.44 | - |
| YUV | 176.96 | 42.81 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 26 | 0 | 0.06 | 0.87 | 0.20 | 55.64 | 0.77 | 0.45 |
| Hex | CD | C0 | 1A | 0 | 6 | 57 | 14 | 38 | 4D | 2D |
| Octal | 315 | 300 | 32 | 0 | 6 | 127 | 24 | 70 | 115 | 55 |
| Binary | 11001101 | 11000000 | 11010 | 0 | 110 | 1010111 | 10100 | 111000 | 1001101 | 101101 |
Color Harmonies of #CDC01A
Complementary color
Monochromatic Colors of #CDC01A
Black with #CDC01A
Text Example
Text Example
White with #CDC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC01A; }
p { color: rgb(205,192,26); }
H1.HeaderClassName
{
color: #CDC01A;
}
.AnyTagClassName
{
color: #CDC01A;
}
</style>
background-color css
<style>
a { background-color: #CDC01A; }
a { background-color: rgb(205,192,26); }
div.DivClassName
{
background-color: #CDC01A;
}
.BgClassName
{
background-color: #CDC01A;
}
</style>
border-color css
<style>
span { border-color: #CDC01A; }
span { border-color: rgb(205,192,26); }
td.TdClassName
{
border-color: #CDC01A;
}
.TagClassName
{
border-color: #CDC01A;
}
</style>