Shades of Bird Flower #CCBD0B
Tints of Bird Flower #CCBD0B
RGB
CMYK
RGB Variations
Color information
#CCBD0B (or 0xCCBD0B) is known color: Bird Flower. HEX triplet: CC, BD and 0B. RGB value is (204,189,11). Sum of RGB (Red+Green+Blue) = 204+189+11=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBD0B is #3342F4. Grayscale: #ADADAD. Windows color (decimal): -3359477 or 769484. OLE color: 769484.
HSL color Cylindrical-coordinate representation of color #CCBD0B: hue angle of 55.34º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCBD0B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.2 |
| HSL | 55.34º | 0.9% | 0.42% | - |
| HSV(B) | 55.34º | 0.95% | 0.8% | - |
| XYZ | 43.16 | 49.26 | 7.55 | - |
| YUV | 173.19 | 36.47 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 11 | 0 | 0.07 | 0.95 | 0.2 | 55.34 | 0.9 | 0.42 |
| Hex | CC | BD | B | 0 | 7 | 5F | 14 | 37 | 5A | 2A |
| Octal | 314 | 275 | 13 | 0 | 7 | 137 | 24 | 67 | 132 | 52 |
| Binary | 11001100 | 10111101 | 1011 | 0 | 111 | 1011111 | 10100 | 110111 | 1011010 | 101010 |
Color Harmonies of #CCBD0B
Complementary color
Monochromatic Colors of #CCBD0B
Black with #CCBD0B
Text Example
Text Example
White with #CCBD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD0B; }
p { color: rgb(204,189,11); }
H1.HeaderClassName
{
color: #CCBD0B;
}
.AnyTagClassName
{
color: #CCBD0B;
}
</style>
background-color css
<style>
a { background-color: #CCBD0B; }
a { background-color: rgb(204,189,11); }
div.DivClassName
{
background-color: #CCBD0B;
}
.BgClassName
{
background-color: #CCBD0B;
}
</style>
border-color css
<style>
span { border-color: #CCBD0B; }
span { border-color: rgb(204,189,11); }
td.TdClassName
{
border-color: #CCBD0B;
}
.TagClassName
{
border-color: #CCBD0B;
}
</style>