Shades of Bird Flower #CDC305
Tints of Bird Flower #CDC305
RGB
CMYK
RGB Variations
Color information
#CDC305 (or 0xCDC305) is known color: Bird Flower. HEX triplet: CD, C3 and 05. RGB value is (205,195,5). Sum of RGB (Red+Green+Blue) = 205+195+5=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC305 is #323CFA. Grayscale: #B1B1B1. Windows color (decimal): -3292411 or 377805. OLE color: 377805.
HSL color Cylindrical-coordinate representation of color #CDC305: hue angle of 57º 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 #CDC305 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.20 |
| HSL | 57º | 0.95% | 0.41% | - |
| HSV(B) | 57º | 0.98% | 0.8% | - |
| XYZ | 44.72 | 52.02 | 7.83 | - |
| YUV | 176.33 | 31.31 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 5 | 0 | 0.05 | 0.98 | 0.20 | 57 | 0.95 | 0.41 |
| Hex | CD | C3 | 5 | 0 | 5 | 62 | 14 | 39 | 5F | 29 |
| Octal | 315 | 303 | 5 | 0 | 5 | 142 | 24 | 71 | 137 | 51 |
| Binary | 11001101 | 11000011 | 101 | 0 | 101 | 1100010 | 10100 | 111001 | 1011111 | 101001 |
Color Harmonies of #CDC305
Complementary color
Monochromatic Colors of #CDC305
Black with #CDC305
Text Example
Text Example
White with #CDC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC305; }
p { color: rgb(205,195,5); }
H1.HeaderClassName
{
color: #CDC305;
}
.AnyTagClassName
{
color: #CDC305;
}
</style>
background-color css
<style>
a { background-color: #CDC305; }
a { background-color: rgb(205,195,5); }
div.DivClassName
{
background-color: #CDC305;
}
.BgClassName
{
background-color: #CDC305;
}
</style>
border-color css
<style>
span { border-color: #CDC305; }
span { border-color: rgb(205,195,5); }
td.TdClassName
{
border-color: #CDC305;
}
.TagClassName
{
border-color: #CDC305;
}
</style>