Shades of Bird Flower #CCCC0B
Tints of Bird Flower #CCCC0B
RGB
CMYK
RGB Variations
Color information
#CCCC0B (or 0xCCCC0B) is known color: Bird Flower. HEX triplet: CC, CC and 0B. RGB value is (204,204,11). Sum of RGB (Red+Green+Blue) = 204+204+11=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC0B is #3333F4. Grayscale: #B6B6B6. Windows color (decimal): -3355637 or 773324. OLE color: 773324.
HSL color Cylindrical-coordinate representation of color #CCCC0B: hue angle of 60º 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 #CCCC0B is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 11 | - |
| CMYK | 0 | 0 | 0.95 | 0.2 |
| HSL | 60º | 0.9% | 0.42% | - |
| HSV(B) | 60º | 0.95% | 0.8% | - |
| XYZ | 46.56 | 56.05 | 8.68 | - |
| YUV | 182 | 31.5 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 11 | 0 | 0 | 0.95 | 0.2 | 60 | 0.9 | 0.42 |
| Hex | CC | CC | B | 0 | 0 | 5F | 14 | 3C | 5A | 2A |
| Octal | 314 | 314 | 13 | 0 | 0 | 137 | 24 | 74 | 132 | 52 |
| Binary | 11001100 | 11001100 | 1011 | 0 | 0 | 1011111 | 10100 | 111100 | 1011010 | 101010 |
Color Harmonies of #CCCC0B
Complementary color
Monochromatic Colors of #CCCC0B
Black with #CCCC0B
Text Example
Text Example
White with #CCCC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC0B; }
p { color: rgb(204,204,11); }
H1.HeaderClassName
{
color: #CCCC0B;
}
.AnyTagClassName
{
color: #CCCC0B;
}
</style>
background-color css
<style>
a { background-color: #CCCC0B; }
a { background-color: rgb(204,204,11); }
div.DivClassName
{
background-color: #CCCC0B;
}
.BgClassName
{
background-color: #CCCC0B;
}
</style>
border-color css
<style>
span { border-color: #CCCC0B; }
span { border-color: rgb(204,204,11); }
td.TdClassName
{
border-color: #CCCC0B;
}
.TagClassName
{
border-color: #CCCC0B;
}
</style>