Shades of Bird Flower #CCBC18
Tints of Bird Flower #CCBC18
RGB
CMYK
RGB Variations
Color information
#CCBC18 (or 0xCCBC18) is known color: Bird Flower. HEX triplet: CC, BC and 18. RGB value is (204,188,24). Sum of RGB (Red+Green+Blue) = 204+188+24=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC18 is #3343E7. Grayscale: #AEAEAE. Windows color (decimal): -3359720 or 1621196. OLE color: 1621196.
HSL color Cylindrical-coordinate representation of color #CCBC18: hue angle of 54.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCBC18 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 24 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.2 |
| HSL | 54.67º | 0.79% | 0.45% | - |
| HSV(B) | 54.67º | 0.88% | 0.8% | - |
| XYZ | 43.05 | 48.87 | 8.03 | - |
| YUV | 174.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 24 | 0 | 0.08 | 0.88 | 0.2 | 54.67 | 0.79 | 0.45 |
| Hex | CC | BC | 18 | 0 | 8 | 58 | 14 | 37 | 4F | 2D |
| Octal | 314 | 274 | 30 | 0 | 10 | 130 | 24 | 67 | 117 | 55 |
| Binary | 11001100 | 10111100 | 11000 | 0 | 1000 | 1011000 | 10100 | 110111 | 1001111 | 101101 |
Color Harmonies of #CCBC18
Complementary color
Monochromatic Colors of #CCBC18
Black with #CCBC18
Text Example
Text Example
White with #CCBC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC18; }
p { color: rgb(204,188,24); }
H1.HeaderClassName
{
color: #CCBC18;
}
.AnyTagClassName
{
color: #CCBC18;
}
</style>
background-color css
<style>
a { background-color: #CCBC18; }
a { background-color: rgb(204,188,24); }
div.DivClassName
{
background-color: #CCBC18;
}
.BgClassName
{
background-color: #CCBC18;
}
</style>
border-color css
<style>
span { border-color: #CCBC18; }
span { border-color: rgb(204,188,24); }
td.TdClassName
{
border-color: #CCBC18;
}
.TagClassName
{
border-color: #CCBC18;
}
</style>