Shades of Bird Flower #CCB103
Tints of Bird Flower #CCB103
RGB
CMYK
RGB Variations
Color information
#CCB103 (or 0xCCB103) is known color: Bird Flower. HEX triplet: CC, B1 and 03. RGB value is (204,177,3). Sum of RGB (Red+Green+Blue) = 204+177+3=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB103 is #334EFC. Grayscale: #A5A5A5. Windows color (decimal): -3362557 or 242124. OLE color: 242124.
HSL color Cylindrical-coordinate representation of color #CCB103: hue angle of 51.94º 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 #CCB103 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.2 |
| HSL | 51.94º | 0.97% | 0.41% | - |
| HSV(B) | 51.94º | 0.99% | 0.8% | - |
| XYZ | 40.64 | 44.29 | 6.49 | - |
| YUV | 165.24 | 36.45 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 3 | 0 | 0.13 | 0.99 | 0.2 | 51.94 | 0.97 | 0.41 |
| Hex | CC | B1 | 3 | 0 | D | 63 | 14 | 34 | 61 | 29 |
| Octal | 314 | 261 | 3 | 0 | 15 | 143 | 24 | 64 | 141 | 51 |
| Binary | 11001100 | 10110001 | 11 | 0 | 1101 | 1100011 | 10100 | 110100 | 1100001 | 101001 |
Color Harmonies of #CCB103
Complementary color
Monochromatic Colors of #CCB103
Black with #CCB103
Text Example
Text Example
White with #CCB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB103; }
p { color: rgb(204,177,3); }
H1.HeaderClassName
{
color: #CCB103;
}
.AnyTagClassName
{
color: #CCB103;
}
</style>
background-color css
<style>
a { background-color: #CCB103; }
a { background-color: rgb(204,177,3); }
div.DivClassName
{
background-color: #CCB103;
}
.BgClassName
{
background-color: #CCB103;
}
</style>
border-color css
<style>
span { border-color: #CCB103; }
span { border-color: rgb(204,177,3); }
td.TdClassName
{
border-color: #CCB103;
}
.TagClassName
{
border-color: #CCB103;
}
</style>