Shades of Bird Flower #CCB40B
Tints of Bird Flower #CCB40B
RGB
CMYK
RGB Variations
Color information
#CCB40B (or 0xCCB40B) is known color: Bird Flower. HEX triplet: CC, B4 and 0B. RGB value is (204,180,11). Sum of RGB (Red+Green+Blue) = 204+180+11=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB40B is #334BF4. Grayscale: #A8A8A8. Windows color (decimal): -3361781 or 767180. OLE color: 767180.
HSL color Cylindrical-coordinate representation of color #CCB40B: hue angle of 52.54º 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 #CCB40B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.2 |
| HSL | 52.54º | 0.9% | 0.42% | - |
| HSV(B) | 52.54º | 0.95% | 0.8% | - |
| XYZ | 41.28 | 45.5 | 6.92 | - |
| YUV | 167.91 | 39.45 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 11 | 0 | 0.12 | 0.95 | 0.2 | 52.54 | 0.9 | 0.42 |
| Hex | CC | B4 | B | 0 | C | 5F | 14 | 35 | 5A | 2A |
| Octal | 314 | 264 | 13 | 0 | 14 | 137 | 24 | 65 | 132 | 52 |
| Binary | 11001100 | 10110100 | 1011 | 0 | 1100 | 1011111 | 10100 | 110101 | 1011010 | 101010 |
Color Harmonies of #CCB40B
Complementary color
Monochromatic Colors of #CCB40B
Black with #CCB40B
Text Example
Text Example
White with #CCB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB40B; }
p { color: rgb(204,180,11); }
H1.HeaderClassName
{
color: #CCB40B;
}
.AnyTagClassName
{
color: #CCB40B;
}
</style>
background-color css
<style>
a { background-color: #CCB40B; }
a { background-color: rgb(204,180,11); }
div.DivClassName
{
background-color: #CCB40B;
}
.BgClassName
{
background-color: #CCB40B;
}
</style>
border-color css
<style>
span { border-color: #CCB40B; }
span { border-color: rgb(204,180,11); }
td.TdClassName
{
border-color: #CCB40B;
}
.TagClassName
{
border-color: #CCB40B;
}
</style>