Shades of Bird Flower #CDB307
Tints of Bird Flower #CDB307
RGB
CMYK
RGB Variations
Color information
#CDB307 (or 0xCDB307) is known color: Bird Flower. HEX triplet: CD, B3 and 07. RGB value is (205,179,7). Sum of RGB (Red+Green+Blue) = 205+179+7=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB307 is #324CF8. Grayscale: #A7A7A7. Windows color (decimal): -3296505 or 504781. OLE color: 504781.
HSL color Cylindrical-coordinate representation of color #CDB307: hue angle of 52.12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDB307 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.20 |
| HSL | 52.12º | 0.93% | 0.42% | - |
| HSV(B) | 52.12º | 0.97% | 0.8% | - |
| XYZ | 41.34 | 45.23 | 6.75 | - |
| YUV | 167.17 | 37.61 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 7 | 0 | 0.13 | 0.97 | 0.20 | 52.12 | 0.93 | 0.42 |
| Hex | CD | B3 | 7 | 0 | D | 61 | 14 | 34 | 5D | 2A |
| Octal | 315 | 263 | 7 | 0 | 15 | 141 | 24 | 64 | 135 | 52 |
| Binary | 11001101 | 10110011 | 111 | 0 | 1101 | 1100001 | 10100 | 110100 | 1011101 | 101010 |
Color Harmonies of #CDB307
Complementary color
Monochromatic Colors of #CDB307
Black with #CDB307
Text Example
Text Example
White with #CDB307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB307; }
p { color: rgb(205,179,7); }
H1.HeaderClassName
{
color: #CDB307;
}
.AnyTagClassName
{
color: #CDB307;
}
</style>
background-color css
<style>
a { background-color: #CDB307; }
a { background-color: rgb(205,179,7); }
div.DivClassName
{
background-color: #CDB307;
}
.BgClassName
{
background-color: #CDB307;
}
</style>
border-color css
<style>
span { border-color: #CDB307; }
span { border-color: rgb(205,179,7); }
td.TdClassName
{
border-color: #CDB307;
}
.TagClassName
{
border-color: #CDB307;
}
</style>