Shades of Bird Flower #CCB50B
Tints of Bird Flower #CCB50B
RGB
CMYK
RGB Variations
Color information
#CCB50B (or 0xCCB50B) is known color: Bird Flower. HEX triplet: CC, B5 and 0B. RGB value is (204,181,11). Sum of RGB (Red+Green+Blue) = 204+181+11=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB50B is #334AF4. Grayscale: #A9A9A9. Windows color (decimal): -3361525 or 767436. OLE color: 767436.
HSL color Cylindrical-coordinate representation of color #CCB50B: hue angle of 52.85º 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 #CCB50B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.2 |
| HSL | 52.85º | 0.9% | 0.42% | - |
| HSV(B) | 52.85º | 0.95% | 0.8% | - |
| XYZ | 41.49 | 45.91 | 6.99 | - |
| YUV | 168.5 | 39.12 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 11 | 0 | 0.11 | 0.95 | 0.2 | 52.85 | 0.9 | 0.42 |
| Hex | CC | B5 | B | 0 | B | 5F | 14 | 35 | 5A | 2A |
| Octal | 314 | 265 | 13 | 0 | 13 | 137 | 24 | 65 | 132 | 52 |
| Binary | 11001100 | 10110101 | 1011 | 0 | 1011 | 1011111 | 10100 | 110101 | 1011010 | 101010 |
Color Harmonies of #CCB50B
Complementary color
Monochromatic Colors of #CCB50B
Black with #CCB50B
Text Example
Text Example
White with #CCB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB50B; }
p { color: rgb(204,181,11); }
H1.HeaderClassName
{
color: #CCB50B;
}
.AnyTagClassName
{
color: #CCB50B;
}
</style>
background-color css
<style>
a { background-color: #CCB50B; }
a { background-color: rgb(204,181,11); }
div.DivClassName
{
background-color: #CCB50B;
}
.BgClassName
{
background-color: #CCB50B;
}
</style>
border-color css
<style>
span { border-color: #CCB50B; }
span { border-color: rgb(204,181,11); }
td.TdClassName
{
border-color: #CCB50B;
}
.TagClassName
{
border-color: #CCB50B;
}
</style>