Shades of Bird Flower #CCCD0B
Tints of Bird Flower #CCCD0B
RGB
CMYK
RGB Variations
Color information
#CCCD0B (or 0xCCCD0B) is known color: Bird Flower. HEX triplet: CC, CD and 0B. RGB value is (204,205,11). Sum of RGB (Red+Green+Blue) = 204+205+11=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD0B is #3332F4. Grayscale: #B7B7B7. Windows color (decimal): -3355381 or 773580. OLE color: 773580.
HSL color Cylindrical-coordinate representation of color #CCCD0B: hue angle of 60.31º 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 #CCCD0B is Cyan = 0.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 11 | - |
| CMYK | 0.00 | 0 | 0.95 | 0.20 |
| HSL | 60.31º | 0.9% | 0.42% | - |
| HSV(B) | 60.31º | 0.95% | 0.8% | - |
| XYZ | 46.79 | 56.52 | 8.76 | - |
| YUV | 182.59 | 31.17 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 11 | 0.00 | 0 | 0.95 | 0.20 | 60.31 | 0.9 | 0.42 |
| Hex | CC | CD | B | 0 | 0 | 5F | 14 | 3C | 5A | 2A |
| Octal | 314 | 315 | 13 | 0 | 0 | 137 | 24 | 74 | 132 | 52 |
| Binary | 11001100 | 11001101 | 1011 | 0 | 0 | 1011111 | 10100 | 111100 | 1011010 | 101010 |
Color Harmonies of #CCCD0B
Complementary color
Monochromatic Colors of #CCCD0B
Black with #CCCD0B
Text Example
Text Example
White with #CCCD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD0B; }
p { color: rgb(204,205,11); }
H1.HeaderClassName
{
color: #CCCD0B;
}
.AnyTagClassName
{
color: #CCCD0B;
}
</style>
background-color css
<style>
a { background-color: #CCCD0B; }
a { background-color: rgb(204,205,11); }
div.DivClassName
{
background-color: #CCCD0B;
}
.BgClassName
{
background-color: #CCCD0B;
}
</style>
border-color css
<style>
span { border-color: #CCCD0B; }
span { border-color: rgb(204,205,11); }
td.TdClassName
{
border-color: #CCCD0B;
}
.TagClassName
{
border-color: #CCCD0B;
}
</style>