Shades of Bird Flower #CDB410
Tints of Bird Flower #CDB410
RGB
CMYK
RGB Variations
Color information
#CDB410 (or 0xCDB410) is known color: Bird Flower. HEX triplet: CD, B4 and 10. RGB value is (205,180,16). Sum of RGB (Red+Green+Blue) = 205+180+16=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB410 is #324BEF. Grayscale: #A9A9A9. Windows color (decimal): -3296240 or 1094861. OLE color: 1094861.
HSL color Cylindrical-coordinate representation of color #CDB410: hue angle of 52.06º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDB410 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 16 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.20 |
| HSL | 52.06º | 0.86% | 0.43% | - |
| HSV(B) | 52.06º | 0.92% | 0.8% | - |
| XYZ | 41.59 | 45.66 | 7.11 | - |
| YUV | 168.78 | 41.78 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 16 | 0 | 0.12 | 0.92 | 0.20 | 52.06 | 0.86 | 0.43 |
| Hex | CD | B4 | 10 | 0 | C | 5C | 14 | 34 | 56 | 2B |
| Octal | 315 | 264 | 20 | 0 | 14 | 134 | 24 | 64 | 126 | 53 |
| Binary | 11001101 | 10110100 | 10000 | 0 | 1100 | 1011100 | 10100 | 110100 | 1010110 | 101011 |
Color Harmonies of #CDB410
Complementary color
Monochromatic Colors of #CDB410
Black with #CDB410
Text Example
Text Example
White with #CDB410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB410; }
p { color: rgb(205,180,16); }
H1.HeaderClassName
{
color: #CDB410;
}
.AnyTagClassName
{
color: #CDB410;
}
</style>
background-color css
<style>
a { background-color: #CDB410; }
a { background-color: rgb(205,180,16); }
div.DivClassName
{
background-color: #CDB410;
}
.BgClassName
{
background-color: #CDB410;
}
</style>
border-color css
<style>
span { border-color: #CDB410; }
span { border-color: rgb(205,180,16); }
td.TdClassName
{
border-color: #CDB410;
}
.TagClassName
{
border-color: #CDB410;
}
</style>