Shades of Bird Flower #CCB003
Tints of Bird Flower #CCB003
RGB
CMYK
RGB Variations
Color information
#CCB003 (or 0xCCB003) is known color: Bird Flower. HEX triplet: CC, B0 and 03. RGB value is (204,176,3). Sum of RGB (Red+Green+Blue) = 204+176+3=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB003 is #334FFC. Grayscale: #A5A5A5. Windows color (decimal): -3362813 or 241868. OLE color: 241868.
HSL color Cylindrical-coordinate representation of color #CCB003: hue angle of 51.64º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCB003 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 3 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.2 |
| HSL | 51.64º | 0.97% | 0.41% | - |
| HSV(B) | 51.64º | 0.99% | 0.8% | - |
| XYZ | 40.44 | 43.89 | 6.43 | - |
| YUV | 164.65 | 36.78 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 3 | 0 | 0.14 | 0.99 | 0.2 | 51.64 | 0.97 | 0.41 |
| Hex | CC | B0 | 3 | 0 | E | 63 | 14 | 34 | 61 | 29 |
| Octal | 314 | 260 | 3 | 0 | 16 | 143 | 24 | 64 | 141 | 51 |
| Binary | 11001100 | 10110000 | 11 | 0 | 1110 | 1100011 | 10100 | 110100 | 1100001 | 101001 |
Color Harmonies of #CCB003
Complementary color
Monochromatic Colors of #CCB003
Black with #CCB003
Text Example
Text Example
White with #CCB003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB003; }
p { color: rgb(204,176,3); }
H1.HeaderClassName
{
color: #CCB003;
}
.AnyTagClassName
{
color: #CCB003;
}
</style>
background-color css
<style>
a { background-color: #CCB003; }
a { background-color: rgb(204,176,3); }
div.DivClassName
{
background-color: #CCB003;
}
.BgClassName
{
background-color: #CCB003;
}
</style>
border-color css
<style>
span { border-color: #CCB003; }
span { border-color: rgb(204,176,3); }
td.TdClassName
{
border-color: #CCB003;
}
.TagClassName
{
border-color: #CCB003;
}
</style>