Shades of Bird Flower #CDB306
Tints of Bird Flower #CDB306
RGB
CMYK
RGB Variations
Color information
#CDB306 (or 0xCDB306) is known color: Bird Flower. HEX triplet: CD, B3 and 06. RGB value is (205,179,6). Sum of RGB (Red+Green+Blue) = 205+179+6=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB306 is #324CF9. Grayscale: #A7A7A7. Windows color (decimal): -3296506 or 439245. OLE color: 439245.
HSL color Cylindrical-coordinate representation of color #CDB306: hue angle of 52.16º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDB306 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 6 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.20 |
| HSL | 52.16º | 0.94% | 0.41% | - |
| HSV(B) | 52.16º | 0.97% | 0.8% | - |
| XYZ | 41.33 | 45.23 | 6.72 | - |
| YUV | 167.05 | 37.11 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 6 | 0 | 0.13 | 0.97 | 0.20 | 52.16 | 0.94 | 0.41 |
| Hex | CD | B3 | 6 | 0 | D | 61 | 14 | 34 | 5E | 29 |
| Octal | 315 | 263 | 6 | 0 | 15 | 141 | 24 | 64 | 136 | 51 |
| Binary | 11001101 | 10110011 | 110 | 0 | 1101 | 1100001 | 10100 | 110100 | 1011110 | 101001 |
Color Harmonies of #CDB306
Complementary color
Monochromatic Colors of #CDB306
Black with #CDB306
Text Example
Text Example
White with #CDB306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB306; }
p { color: rgb(205,179,6); }
H1.HeaderClassName
{
color: #CDB306;
}
.AnyTagClassName
{
color: #CDB306;
}
</style>
background-color css
<style>
a { background-color: #CDB306; }
a { background-color: rgb(205,179,6); }
div.DivClassName
{
background-color: #CDB306;
}
.BgClassName
{
background-color: #CDB306;
}
</style>
border-color css
<style>
span { border-color: #CDB306; }
span { border-color: rgb(205,179,6); }
td.TdClassName
{
border-color: #CDB306;
}
.TagClassName
{
border-color: #CDB306;
}
</style>