Shades of Bird Flower #CDB30C
Tints of Bird Flower #CDB30C
RGB
CMYK
RGB Variations
Color information
#CDB30C (or 0xCDB30C) is known color: Bird Flower. HEX triplet: CD, B3 and 0C. RGB value is (205,179,12). Sum of RGB (Red+Green+Blue) = 205+179+12=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB30C is #324CF3. Grayscale: #A8A8A8. Windows color (decimal): -3296500 or 832461. OLE color: 832461.
HSL color Cylindrical-coordinate representation of color #CDB30C: hue angle of 51.92º degrees, saturation: 0.89, 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 #CDB30C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 12 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.20 |
| HSL | 51.92º | 0.89% | 0.43% | - |
| HSV(B) | 51.92º | 0.94% | 0.8% | - |
| XYZ | 41.36 | 45.25 | 6.9 | - |
| YUV | 167.74 | 40.11 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 12 | 0 | 0.13 | 0.94 | 0.20 | 51.92 | 0.89 | 0.43 |
| Hex | CD | B3 | C | 0 | D | 5E | 14 | 34 | 59 | 2B |
| Octal | 315 | 263 | 14 | 0 | 15 | 136 | 24 | 64 | 131 | 53 |
| Binary | 11001101 | 10110011 | 1100 | 0 | 1101 | 1011110 | 10100 | 110100 | 1011001 | 101011 |
Color Harmonies of #CDB30C
Complementary color
Monochromatic Colors of #CDB30C
Black with #CDB30C
Text Example
Text Example
White with #CDB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB30C; }
p { color: rgb(205,179,12); }
H1.HeaderClassName
{
color: #CDB30C;
}
.AnyTagClassName
{
color: #CDB30C;
}
</style>
background-color css
<style>
a { background-color: #CDB30C; }
a { background-color: rgb(205,179,12); }
div.DivClassName
{
background-color: #CDB30C;
}
.BgClassName
{
background-color: #CDB30C;
}
</style>
border-color css
<style>
span { border-color: #CDB30C; }
span { border-color: rgb(205,179,12); }
td.TdClassName
{
border-color: #CDB30C;
}
.TagClassName
{
border-color: #CDB30C;
}
</style>