Shades of Bird Flower #CDB300
Tints of Bird Flower #CDB300
RGB
CMYK
RGB Variations
Color information
#CDB300 (or 0xCDB300) is known color: Bird Flower. HEX triplet: CD, B3 and 00. RGB value is (205,179,0). Sum of RGB (Red+Green+Blue) = 205+179+0=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB300 is #324CFF. Grayscale: #A7A7A7. Windows color (decimal): -3296512 or 46029. OLE color: 46029.
HSL color Cylindrical-coordinate representation of color #CDB300: hue angle of 52.39º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDB300 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.20 |
| HSL | 52.39º | 1% | 0.4% | - |
| HSV(B) | 52.39º | 1% | 0.8% | - |
| XYZ | 41.3 | 45.22 | 6.55 | - |
| YUV | 166.37 | 34.11 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 0 | 0 | 0.13 | 1 | 0.20 | 52.39 | 1 | 0.4 |
| Hex | CD | B3 | 0 | 0 | D | 64 | 14 | 34 | 64 | 28 |
| Octal | 315 | 263 | 0 | 0 | 15 | 144 | 24 | 64 | 144 | 50 |
| Binary | 11001101 | 10110011 | 0 | 0 | 1101 | 1100100 | 10100 | 110100 | 1100100 | 101000 |
Color Harmonies of #CDB300
Complementary color
Monochromatic Colors of #CDB300
Black with #CDB300
Text Example
Text Example
White with #CDB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB300; }
p { color: rgb(205,179,0); }
H1.HeaderClassName
{
color: #CDB300;
}
.AnyTagClassName
{
color: #CDB300;
}
</style>
background-color css
<style>
a { background-color: #CDB300; }
a { background-color: rgb(205,179,0); }
div.DivClassName
{
background-color: #CDB300;
}
.BgClassName
{
background-color: #CDB300;
}
</style>
border-color css
<style>
span { border-color: #CDB300; }
span { border-color: rgb(205,179,0); }
td.TdClassName
{
border-color: #CDB300;
}
.TagClassName
{
border-color: #CDB300;
}
</style>