Shades of Bird Flower #CDB50D
Tints of Bird Flower #CDB50D
RGB
CMYK
RGB Variations
Color information
#CDB50D (or 0xCDB50D) is known color: Bird Flower. HEX triplet: CD, B5 and 0D. RGB value is (205,181,13). Sum of RGB (Red+Green+Blue) = 205+181+13=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB50D is #324AF2. Grayscale: #A9A9A9. Windows color (decimal): -3295987 or 898509. OLE color: 898509.
HSL color Cylindrical-coordinate representation of color #CDB50D: hue angle of 52.5º 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 #CDB50D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 13 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.20 |
| HSL | 52.5º | 0.88% | 0.43% | - |
| HSV(B) | 52.5º | 0.94% | 0.8% | - |
| XYZ | 41.77 | 46.06 | 7.07 | - |
| YUV | 169.02 | 39.95 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 13 | 0 | 0.12 | 0.94 | 0.20 | 52.5 | 0.88 | 0.43 |
| Hex | CD | B5 | D | 0 | C | 5E | 14 | 34 | 58 | 2B |
| Octal | 315 | 265 | 15 | 0 | 14 | 136 | 24 | 64 | 130 | 53 |
| Binary | 11001101 | 10110101 | 1101 | 0 | 1100 | 1011110 | 10100 | 110100 | 1011000 | 101011 |
Color Harmonies of #CDB50D
Complementary color
Monochromatic Colors of #CDB50D
Black with #CDB50D
Text Example
Text Example
White with #CDB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB50D; }
p { color: rgb(205,181,13); }
H1.HeaderClassName
{
color: #CDB50D;
}
.AnyTagClassName
{
color: #CDB50D;
}
</style>
background-color css
<style>
a { background-color: #CDB50D; }
a { background-color: rgb(205,181,13); }
div.DivClassName
{
background-color: #CDB50D;
}
.BgClassName
{
background-color: #CDB50D;
}
</style>
border-color css
<style>
span { border-color: #CDB50D; }
span { border-color: rgb(205,181,13); }
td.TdClassName
{
border-color: #CDB50D;
}
.TagClassName
{
border-color: #CDB50D;
}
</style>