Shades of Bird Flower #CDC508
Tints of Bird Flower #CDC508
RGB
CMYK
RGB Variations
Color information
#CDC508 (or 0xCDC508) is known color: Bird Flower. HEX triplet: CD, C5 and 08. RGB value is (205,197,8). Sum of RGB (Red+Green+Blue) = 205+197+8=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC508 is #323AF7. Grayscale: #B2B2B2. Windows color (decimal): -3291896 or 574925. OLE color: 574925.
HSL color Cylindrical-coordinate representation of color #CDC508: hue angle of 57.56º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDC508 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.20 |
| HSL | 57.56º | 0.92% | 0.42% | - |
| HSV(B) | 57.56º | 0.96% | 0.8% | - |
| XYZ | 45.19 | 52.93 | 8.06 | - |
| YUV | 177.85 | 32.15 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 8 | 0 | 0.04 | 0.96 | 0.20 | 57.56 | 0.92 | 0.42 |
| Hex | CD | C5 | 8 | 0 | 4 | 60 | 14 | 3A | 5C | 2A |
| Octal | 315 | 305 | 10 | 0 | 4 | 140 | 24 | 72 | 134 | 52 |
| Binary | 11001101 | 11000101 | 1000 | 0 | 100 | 1100000 | 10100 | 111010 | 1011100 | 101010 |
Color Harmonies of #CDC508
Complementary color
Monochromatic Colors of #CDC508
Black with #CDC508
Text Example
Text Example
White with #CDC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC508; }
p { color: rgb(205,197,8); }
H1.HeaderClassName
{
color: #CDC508;
}
.AnyTagClassName
{
color: #CDC508;
}
</style>
background-color css
<style>
a { background-color: #CDC508; }
a { background-color: rgb(205,197,8); }
div.DivClassName
{
background-color: #CDC508;
}
.BgClassName
{
background-color: #CDC508;
}
</style>
border-color css
<style>
span { border-color: #CDC508; }
span { border-color: rgb(205,197,8); }
td.TdClassName
{
border-color: #CDC508;
}
.TagClassName
{
border-color: #CDC508;
}
</style>