Shades of Bird Flower #CDC21A
Tints of Bird Flower #CDC21A
RGB
CMYK
RGB Variations
Color information
#CDC21A (or 0xCDC21A) is known color: Bird Flower. HEX triplet: CD, C2 and 1A. RGB value is (205,194,26). Sum of RGB (Red+Green+Blue) = 205+194+26=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC21A is #323DE5. Grayscale: #B2B2B2. Windows color (decimal): -3292646 or 1753805. OLE color: 1753805.
HSL color Cylindrical-coordinate representation of color #CDC21A: hue angle of 56.31º 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 #CDC21A is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 26 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.20 |
| HSL | 56.31º | 0.77% | 0.45% | - |
| HSV(B) | 56.31º | 0.87% | 0.8% | - |
| XYZ | 44.66 | 51.64 | 8.59 | - |
| YUV | 178.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 26 | 0 | 0.05 | 0.87 | 0.20 | 56.31 | 0.77 | 0.45 |
| Hex | CD | C2 | 1A | 0 | 5 | 57 | 14 | 38 | 4D | 2D |
| Octal | 315 | 302 | 32 | 0 | 5 | 127 | 24 | 70 | 115 | 55 |
| Binary | 11001101 | 11000010 | 11010 | 0 | 101 | 1010111 | 10100 | 111000 | 1001101 | 101101 |
Color Harmonies of #CDC21A
Complementary color
Monochromatic Colors of #CDC21A
Black with #CDC21A
Text Example
Text Example
White with #CDC21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC21A; }
p { color: rgb(205,194,26); }
H1.HeaderClassName
{
color: #CDC21A;
}
.AnyTagClassName
{
color: #CDC21A;
}
</style>
background-color css
<style>
a { background-color: #CDC21A; }
a { background-color: rgb(205,194,26); }
div.DivClassName
{
background-color: #CDC21A;
}
.BgClassName
{
background-color: #CDC21A;
}
</style>
border-color css
<style>
span { border-color: #CDC21A; }
span { border-color: rgb(205,194,26); }
td.TdClassName
{
border-color: #CDC21A;
}
.TagClassName
{
border-color: #CDC21A;
}
</style>