Shades of Bird Flower #CDB50B
Tints of Bird Flower #CDB50B
RGB
CMYK
RGB Variations
Color information
#CDB50B (or 0xCDB50B) is known color: Bird Flower. HEX triplet: CD, B5 and 0B. RGB value is (205,181,11). Sum of RGB (Red+Green+Blue) = 205+181+11=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB50B is #324AF4. Grayscale: #A9A9A9. Windows color (decimal): -3295989 or 767437. OLE color: 767437.
HSL color Cylindrical-coordinate representation of color #CDB50B: hue angle of 52.58º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDB50B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.20 |
| HSL | 52.58º | 0.9% | 0.42% | - |
| HSV(B) | 52.58º | 0.95% | 0.8% | - |
| XYZ | 41.76 | 46.05 | 7 | - |
| YUV | 168.8 | 38.95 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 11 | 0 | 0.12 | 0.95 | 0.20 | 52.58 | 0.9 | 0.42 |
| Hex | CD | B5 | B | 0 | C | 5F | 14 | 35 | 5A | 2A |
| Octal | 315 | 265 | 13 | 0 | 14 | 137 | 24 | 65 | 132 | 52 |
| Binary | 11001101 | 10110101 | 1011 | 0 | 1100 | 1011111 | 10100 | 110101 | 1011010 | 101010 |
Color Harmonies of #CDB50B
Complementary color
Monochromatic Colors of #CDB50B
Black with #CDB50B
Text Example
Text Example
White with #CDB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB50B; }
p { color: rgb(205,181,11); }
H1.HeaderClassName
{
color: #CDB50B;
}
.AnyTagClassName
{
color: #CDB50B;
}
</style>
background-color css
<style>
a { background-color: #CDB50B; }
a { background-color: rgb(205,181,11); }
div.DivClassName
{
background-color: #CDB50B;
}
.BgClassName
{
background-color: #CDB50B;
}
</style>
border-color css
<style>
span { border-color: #CDB50B; }
span { border-color: rgb(205,181,11); }
td.TdClassName
{
border-color: #CDB50B;
}
.TagClassName
{
border-color: #CDB50B;
}
</style>