Shades of Bird Flower #CDC40D
Tints of Bird Flower #CDC40D
RGB
CMYK
RGB Variations
Color information
#CDC40D (or 0xCDC40D) is known color: Bird Flower. HEX triplet: CD, C4 and 0D. RGB value is (205,196,13). Sum of RGB (Red+Green+Blue) = 205+196+13=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC40D is #323BF2. Grayscale: #B2B2B2. Windows color (decimal): -3292147 or 902349. OLE color: 902349.
HSL color Cylindrical-coordinate representation of color #CDC40D: hue angle of 57.19º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDC40D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.20 |
| HSL | 57.19º | 0.88% | 0.43% | - |
| HSV(B) | 57.19º | 0.94% | 0.8% | - |
| XYZ | 44.99 | 52.49 | 8.14 | - |
| YUV | 177.83 | 34.98 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 13 | 0 | 0.04 | 0.94 | 0.20 | 57.19 | 0.88 | 0.43 |
| Hex | CD | C4 | D | 0 | 4 | 5E | 14 | 39 | 58 | 2B |
| Octal | 315 | 304 | 15 | 0 | 4 | 136 | 24 | 71 | 130 | 53 |
| Binary | 11001101 | 11000100 | 1101 | 0 | 100 | 1011110 | 10100 | 111001 | 1011000 | 101011 |
Color Harmonies of #CDC40D
Complementary color
Monochromatic Colors of #CDC40D
Black with #CDC40D
Text Example
Text Example
White with #CDC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC40D; }
p { color: rgb(205,196,13); }
H1.HeaderClassName
{
color: #CDC40D;
}
.AnyTagClassName
{
color: #CDC40D;
}
</style>
background-color css
<style>
a { background-color: #CDC40D; }
a { background-color: rgb(205,196,13); }
div.DivClassName
{
background-color: #CDC40D;
}
.BgClassName
{
background-color: #CDC40D;
}
</style>
border-color css
<style>
span { border-color: #CDC40D; }
span { border-color: rgb(205,196,13); }
td.TdClassName
{
border-color: #CDC40D;
}
.TagClassName
{
border-color: #CDC40D;
}
</style>