Shades of Bird Flower #CCCE0B
Tints of Bird Flower #CCCE0B
RGB
CMYK
RGB Variations
Color information
#CCCE0B (or 0xCCCE0B) is known color: Bird Flower. HEX triplet: CC, CE and 0B. RGB value is (204,206,11). Sum of RGB (Red+Green+Blue) = 204+206+11=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE0B is #3331F4. Grayscale: #B7B7B7. Windows color (decimal): -3355125 or 773836. OLE color: 773836.
HSL color Cylindrical-coordinate representation of color #CCCE0B: hue angle of 60.62º 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 #CCCE0B is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 11 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.19 |
| HSL | 60.62º | 0.9% | 0.43% | - |
| HSV(B) | 60.62º | 0.95% | 0.81% | - |
| XYZ | 47.03 | 57 | 8.84 | - |
| YUV | 183.17 | 30.84 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 11 | 0.01 | 0 | 0.95 | 0.19 | 60.62 | 0.9 | 0.43 |
| Hex | CC | CE | B | 1 | 0 | 5F | 13 | 3D | 5A | 2B |
| Octal | 314 | 316 | 13 | 1 | 0 | 137 | 23 | 75 | 132 | 53 |
| Binary | 11001100 | 11001110 | 1011 | 1 | 0 | 1011111 | 10011 | 111101 | 1011010 | 101011 |
Color Harmonies of #CCCE0B
Complementary color
Monochromatic Colors of #CCCE0B
Black with #CCCE0B
Text Example
Text Example
White with #CCCE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE0B; }
p { color: rgb(204,206,11); }
H1.HeaderClassName
{
color: #CCCE0B;
}
.AnyTagClassName
{
color: #CCCE0B;
}
</style>
background-color css
<style>
a { background-color: #CCCE0B; }
a { background-color: rgb(204,206,11); }
div.DivClassName
{
background-color: #CCCE0B;
}
.BgClassName
{
background-color: #CCCE0B;
}
</style>
border-color css
<style>
span { border-color: #CCCE0B; }
span { border-color: rgb(204,206,11); }
td.TdClassName
{
border-color: #CCCE0B;
}
.TagClassName
{
border-color: #CCCE0B;
}
</style>