Shades of Bird Flower #CDC30D
Tints of Bird Flower #CDC30D
RGB
CMYK
RGB Variations
Color information
#CDC30D (or 0xCDC30D) is known color: Bird Flower. HEX triplet: CD, C3 and 0D. RGB value is (205,195,13). Sum of RGB (Red+Green+Blue) = 205+195+13=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC30D is #323CF2. Grayscale: #B1B1B1. Windows color (decimal): -3292403 or 902093. OLE color: 902093.
HSL color Cylindrical-coordinate representation of color #CDC30D: hue angle of 56.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDC30D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 13 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.20 |
| HSL | 56.88º | 0.88% | 0.43% | - |
| HSV(B) | 56.88º | 0.94% | 0.8% | - |
| XYZ | 44.76 | 52.04 | 8.07 | - |
| YUV | 177.24 | 35.31 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 13 | 0 | 0.05 | 0.94 | 0.20 | 56.88 | 0.88 | 0.43 |
| Hex | CD | C3 | D | 0 | 5 | 5E | 14 | 39 | 58 | 2B |
| Octal | 315 | 303 | 15 | 0 | 5 | 136 | 24 | 71 | 130 | 53 |
| Binary | 11001101 | 11000011 | 1101 | 0 | 101 | 1011110 | 10100 | 111001 | 1011000 | 101011 |
Color Harmonies of #CDC30D
Complementary color
Monochromatic Colors of #CDC30D
Black with #CDC30D
Text Example
Text Example
White with #CDC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC30D; }
p { color: rgb(205,195,13); }
H1.HeaderClassName
{
color: #CDC30D;
}
.AnyTagClassName
{
color: #CDC30D;
}
</style>
background-color css
<style>
a { background-color: #CDC30D; }
a { background-color: rgb(205,195,13); }
div.DivClassName
{
background-color: #CDC30D;
}
.BgClassName
{
background-color: #CDC30D;
}
</style>
border-color css
<style>
span { border-color: #CDC30D; }
span { border-color: rgb(205,195,13); }
td.TdClassName
{
border-color: #CDC30D;
}
.TagClassName
{
border-color: #CDC30D;
}
</style>