Shades of Bird Flower #CCCB11
Tints of Bird Flower #CCCB11
RGB
CMYK
RGB Variations
Color information
#CCCB11 (or 0xCCCB11) is known color: Bird Flower. HEX triplet: CC, CB and 11. RGB value is (204,203,17). Sum of RGB (Red+Green+Blue) = 204+203+17=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB11 is #3334EE. Grayscale: #B6B6B6. Windows color (decimal): -3355887 or 1166284. OLE color: 1166284.
HSL color Cylindrical-coordinate representation of color #CCCB11: hue angle of 59.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCCB11 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 17 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.2 |
| HSL | 59.68º | 0.85% | 0.43% | - |
| HSV(B) | 59.68º | 0.92% | 0.8% | - |
| XYZ | 46.36 | 55.59 | 8.82 | - |
| YUV | 182.1 | 34.83 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 17 | 0 | 0.00 | 0.92 | 0.2 | 59.68 | 0.85 | 0.43 |
| Hex | CC | CB | 11 | 0 | 0 | 5C | 14 | 3C | 55 | 2B |
| Octal | 314 | 313 | 21 | 0 | 0 | 134 | 24 | 74 | 125 | 53 |
| Binary | 11001100 | 11001011 | 10001 | 0 | 0 | 1011100 | 10100 | 111100 | 1010101 | 101011 |
Color Harmonies of #CCCB11
Complementary color
Monochromatic Colors of #CCCB11
Black with #CCCB11
Text Example
Text Example
White with #CCCB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB11; }
p { color: rgb(204,203,17); }
H1.HeaderClassName
{
color: #CCCB11;
}
.AnyTagClassName
{
color: #CCCB11;
}
</style>
background-color css
<style>
a { background-color: #CCCB11; }
a { background-color: rgb(204,203,17); }
div.DivClassName
{
background-color: #CCCB11;
}
.BgClassName
{
background-color: #CCCB11;
}
</style>
border-color css
<style>
span { border-color: #CCCB11; }
span { border-color: rgb(204,203,17); }
td.TdClassName
{
border-color: #CCCB11;
}
.TagClassName
{
border-color: #CCCB11;
}
</style>