Shades of Bird Flower #CCCF0B
Tints of Bird Flower #CCCF0B
RGB
CMYK
RGB Variations
Color information
#CCCF0B (or 0xCCCF0B) is known color: Bird Flower. HEX triplet: CC, CF and 0B. RGB value is (204,207,11). Sum of RGB (Red+Green+Blue) = 204+207+11=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCF0B is #3330F4. Grayscale: #B8B8B8. Windows color (decimal): -3354869 or 774092. OLE color: 774092.
HSL color Cylindrical-coordinate representation of color #CCCF0B: hue angle of 60.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCCF0B is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 11 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.19 |
| HSL | 60.92º | 0.9% | 0.43% | - |
| HSV(B) | 60.92º | 0.95% | 0.81% | - |
| XYZ | 47.28 | 57.49 | 8.92 | - |
| YUV | 183.76 | 30.51 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 11 | 0.01 | 0 | 0.95 | 0.19 | 60.92 | 0.9 | 0.43 |
| Hex | CC | CF | B | 1 | 0 | 5F | 13 | 3D | 5A | 2B |
| Octal | 314 | 317 | 13 | 1 | 0 | 137 | 23 | 75 | 132 | 53 |
| Binary | 11001100 | 11001111 | 1011 | 1 | 0 | 1011111 | 10011 | 111101 | 1011010 | 101011 |
Color Harmonies of #CCCF0B
Complementary color
Monochromatic Colors of #CCCF0B
Black with #CCCF0B
Text Example
Text Example
White with #CCCF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF0B; }
p { color: rgb(204,207,11); }
H1.HeaderClassName
{
color: #CCCF0B;
}
.AnyTagClassName
{
color: #CCCF0B;
}
</style>
background-color css
<style>
a { background-color: #CCCF0B; }
a { background-color: rgb(204,207,11); }
div.DivClassName
{
background-color: #CCCF0B;
}
.BgClassName
{
background-color: #CCCF0B;
}
</style>
border-color css
<style>
span { border-color: #CCCF0B; }
span { border-color: rgb(204,207,11); }
td.TdClassName
{
border-color: #CCCF0B;
}
.TagClassName
{
border-color: #CCCF0B;
}
</style>