Shades of Bird Flower #CDB600
Tints of Bird Flower #CDB600
RGB
CMYK
RGB Variations
Color information
#CDB600 (or 0xCDB600) is known color: Bird Flower. HEX triplet: CD, B6 and 00. RGB value is (205,182,0). Sum of RGB (Red+Green+Blue) = 205+182+0=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB600 is #3249FF. Grayscale: #A8A8A8. Windows color (decimal): -3295744 or 46797. OLE color: 46797.
HSL color Cylindrical-coordinate representation of color #CDB600: hue angle of 53.27º 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 #CDB600 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.20 |
| HSL | 53.27º | 1% | 0.4% | - |
| HSV(B) | 53.27º | 1% | 0.8% | - |
| XYZ | 41.9 | 46.44 | 6.75 | - |
| YUV | 168.13 | 33.12 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 0 | 0 | 0.11 | 1 | 0.20 | 53.27 | 1 | 0.4 |
| Hex | CD | B6 | 0 | 0 | B | 64 | 14 | 35 | 64 | 28 |
| Octal | 315 | 266 | 0 | 0 | 13 | 144 | 24 | 65 | 144 | 50 |
| Binary | 11001101 | 10110110 | 0 | 0 | 1011 | 1100100 | 10100 | 110101 | 1100100 | 101000 |
Color Harmonies of #CDB600
Complementary color
Monochromatic Colors of #CDB600
Black with #CDB600
Text Example
Text Example
White with #CDB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB600; }
p { color: rgb(205,182,0); }
H1.HeaderClassName
{
color: #CDB600;
}
.AnyTagClassName
{
color: #CDB600;
}
</style>
background-color css
<style>
a { background-color: #CDB600; }
a { background-color: rgb(205,182,0); }
div.DivClassName
{
background-color: #CDB600;
}
.BgClassName
{
background-color: #CDB600;
}
</style>
border-color css
<style>
span { border-color: #CDB600; }
span { border-color: rgb(205,182,0); }
td.TdClassName
{
border-color: #CDB600;
}
.TagClassName
{
border-color: #CDB600;
}
</style>