Shades of Bird Flower #CDC30F
Tints of Bird Flower #CDC30F
RGB
CMYK
RGB Variations
Color information
#CDC30F (or 0xCDC30F) is known color: Bird Flower. HEX triplet: CD, C3 and 0F. RGB value is (205,195,15). Sum of RGB (Red+Green+Blue) = 205+195+15=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC30F is #323CF0. Grayscale: #B2B2B2. Windows color (decimal): -3292401 or 1033165. OLE color: 1033165.
HSL color Cylindrical-coordinate representation of color #CDC30F: hue angle of 56.84º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDC30F is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 15 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.20 |
| HSL | 56.84º | 0.86% | 0.43% | - |
| HSV(B) | 56.84º | 0.93% | 0.8% | - |
| XYZ | 44.78 | 52.04 | 8.14 | - |
| YUV | 177.47 | 36.31 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 15 | 0 | 0.05 | 0.93 | 0.20 | 56.84 | 0.86 | 0.43 |
| Hex | CD | C3 | F | 0 | 5 | 5D | 14 | 39 | 56 | 2B |
| Octal | 315 | 303 | 17 | 0 | 5 | 135 | 24 | 71 | 126 | 53 |
| Binary | 11001101 | 11000011 | 1111 | 0 | 101 | 1011101 | 10100 | 111001 | 1010110 | 101011 |
Color Harmonies of #CDC30F
Complementary color
Monochromatic Colors of #CDC30F
Black with #CDC30F
Text Example
Text Example
White with #CDC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC30F; }
p { color: rgb(205,195,15); }
H1.HeaderClassName
{
color: #CDC30F;
}
.AnyTagClassName
{
color: #CDC30F;
}
</style>
background-color css
<style>
a { background-color: #CDC30F; }
a { background-color: rgb(205,195,15); }
div.DivClassName
{
background-color: #CDC30F;
}
.BgClassName
{
background-color: #CDC30F;
}
</style>
border-color css
<style>
span { border-color: #CDC30F; }
span { border-color: rgb(205,195,15); }
td.TdClassName
{
border-color: #CDC30F;
}
.TagClassName
{
border-color: #CDC30F;
}
</style>