Shades of Bird Flower #CDC904
Tints of Bird Flower #CDC904
RGB
CMYK
RGB Variations
Color information
#CDC904 (or 0xCDC904) is known color: Bird Flower. HEX triplet: CD, C9 and 04. RGB value is (205,201,4). Sum of RGB (Red+Green+Blue) = 205+201+4=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC904 is #3236FB. Grayscale: #B4B4B4. Windows color (decimal): -3290876 or 313805. OLE color: 313805.
HSL color Cylindrical-coordinate representation of color #CDC904: hue angle of 58.81º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDC904 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.20 |
| HSL | 58.81º | 0.96% | 0.41% | - |
| HSV(B) | 58.81º | 0.98% | 0.8% | - |
| XYZ | 46.09 | 54.76 | 8.26 | - |
| YUV | 179.74 | 28.83 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 4 | 0 | 0.02 | 0.98 | 0.20 | 58.81 | 0.96 | 0.41 |
| Hex | CD | C9 | 4 | 0 | 2 | 62 | 14 | 3B | 60 | 29 |
| Octal | 315 | 311 | 4 | 0 | 2 | 142 | 24 | 73 | 140 | 51 |
| Binary | 11001101 | 11001001 | 100 | 0 | 10 | 1100010 | 10100 | 111011 | 1100000 | 101001 |
Color Harmonies of #CDC904
Complementary color
Monochromatic Colors of #CDC904
Black with #CDC904
Text Example
Text Example
White with #CDC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC904; }
p { color: rgb(205,201,4); }
H1.HeaderClassName
{
color: #CDC904;
}
.AnyTagClassName
{
color: #CDC904;
}
</style>
background-color css
<style>
a { background-color: #CDC904; }
a { background-color: rgb(205,201,4); }
div.DivClassName
{
background-color: #CDC904;
}
.BgClassName
{
background-color: #CDC904;
}
</style>
border-color css
<style>
span { border-color: #CDC904; }
span { border-color: rgb(205,201,4); }
td.TdClassName
{
border-color: #CDC904;
}
.TagClassName
{
border-color: #CDC904;
}
</style>