Shades of Bird Flower #CDB311
Tints of Bird Flower #CDB311
RGB
CMYK
RGB Variations
Color information
#CDB311 (or 0xCDB311) is known color: Bird Flower. HEX triplet: CD, B3 and 11. RGB value is (205,179,17). Sum of RGB (Red+Green+Blue) = 205+179+17=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB311 is #324CEE. Grayscale: #A8A8A8. Windows color (decimal): -3296495 or 1160141. OLE color: 1160141.
HSL color Cylindrical-coordinate representation of color #CDB311: hue angle of 51.7º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDB311 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 17 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.20 |
| HSL | 51.7º | 0.85% | 0.44% | - |
| HSV(B) | 51.7º | 0.92% | 0.8% | - |
| XYZ | 41.4 | 45.26 | 7.08 | - |
| YUV | 168.31 | 42.61 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 17 | 0 | 0.13 | 0.92 | 0.20 | 51.7 | 0.85 | 0.44 |
| Hex | CD | B3 | 11 | 0 | D | 5C | 14 | 34 | 55 | 2C |
| Octal | 315 | 263 | 21 | 0 | 15 | 134 | 24 | 64 | 125 | 54 |
| Binary | 11001101 | 10110011 | 10001 | 0 | 1101 | 1011100 | 10100 | 110100 | 1010101 | 101100 |
Color Harmonies of #CDB311
Complementary color
Monochromatic Colors of #CDB311
Black with #CDB311
Text Example
Text Example
White with #CDB311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB311; }
p { color: rgb(205,179,17); }
H1.HeaderClassName
{
color: #CDB311;
}
.AnyTagClassName
{
color: #CDB311;
}
</style>
background-color css
<style>
a { background-color: #CDB311; }
a { background-color: rgb(205,179,17); }
div.DivClassName
{
background-color: #CDB311;
}
.BgClassName
{
background-color: #CDB311;
}
</style>
border-color css
<style>
span { border-color: #CDB311; }
span { border-color: rgb(205,179,17); }
td.TdClassName
{
border-color: #CDB311;
}
.TagClassName
{
border-color: #CDB311;
}
</style>