Shades of Bird Flower #CDC805
Tints of Bird Flower #CDC805
RGB
CMYK
RGB Variations
Color information
#CDC805 (or 0xCDC805) is known color: Bird Flower. HEX triplet: CD, C8 and 05. RGB value is (205,200,5). Sum of RGB (Red+Green+Blue) = 205+200+5=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC805 is #3237FA. Grayscale: #B4B4B4. Windows color (decimal): -3291131 or 379085. OLE color: 379085.
HSL color Cylindrical-coordinate representation of color #CDC805: hue angle of 58.5º degrees, saturation: 0.95, 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 #CDC805 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.20 |
| HSL | 58.5º | 0.95% | 0.41% | - |
| HSV(B) | 58.5º | 0.98% | 0.8% | - |
| XYZ | 45.86 | 54.3 | 8.21 | - |
| YUV | 179.27 | 29.66 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 5 | 0 | 0.02 | 0.98 | 0.20 | 58.5 | 0.95 | 0.41 |
| Hex | CD | C8 | 5 | 0 | 2 | 62 | 14 | 3A | 5F | 29 |
| Octal | 315 | 310 | 5 | 0 | 2 | 142 | 24 | 72 | 137 | 51 |
| Binary | 11001101 | 11001000 | 101 | 0 | 10 | 1100010 | 10100 | 111010 | 1011111 | 101001 |
Color Harmonies of #CDC805
Complementary color
Monochromatic Colors of #CDC805
Black with #CDC805
Text Example
Text Example
White with #CDC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC805; }
p { color: rgb(205,200,5); }
H1.HeaderClassName
{
color: #CDC805;
}
.AnyTagClassName
{
color: #CDC805;
}
</style>
background-color css
<style>
a { background-color: #CDC805; }
a { background-color: rgb(205,200,5); }
div.DivClassName
{
background-color: #CDC805;
}
.BgClassName
{
background-color: #CDC805;
}
</style>
border-color css
<style>
span { border-color: #CDC805; }
span { border-color: rgb(205,200,5); }
td.TdClassName
{
border-color: #CDC805;
}
.TagClassName
{
border-color: #CDC805;
}
</style>