Shades of Bird Flower #CCBC1C
Tints of Bird Flower #CCBC1C
RGB
CMYK
RGB Variations
Color information
#CCBC1C (or 0xCCBC1C) is known color: Bird Flower. HEX triplet: CC, BC and 1C. RGB value is (204,188,28). Sum of RGB (Red+Green+Blue) = 204+188+28=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC1C is #3343E3. Grayscale: #AFAFAF. Windows color (decimal): -3359716 or 1883340. OLE color: 1883340.
HSL color Cylindrical-coordinate representation of color #CCBC1C: hue angle of 54.55º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCBC1C is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 28 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.2 |
| HSL | 54.55º | 0.76% | 0.45% | - |
| HSV(B) | 54.55º | 0.86% | 0.8% | - |
| XYZ | 43.09 | 48.89 | 8.26 | - |
| YUV | 174.54 | 45.3 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 28 | 0 | 0.08 | 0.86 | 0.2 | 54.55 | 0.76 | 0.45 |
| Hex | CC | BC | 1C | 0 | 8 | 56 | 14 | 37 | 4C | 2D |
| Octal | 314 | 274 | 34 | 0 | 10 | 126 | 24 | 67 | 114 | 55 |
| Binary | 11001100 | 10111100 | 11100 | 0 | 1000 | 1010110 | 10100 | 110111 | 1001100 | 101101 |
Color Harmonies of #CCBC1C
Complementary color
Monochromatic Colors of #CCBC1C
Black with #CCBC1C
Text Example
Text Example
White with #CCBC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC1C; }
p { color: rgb(204,188,28); }
H1.HeaderClassName
{
color: #CCBC1C;
}
.AnyTagClassName
{
color: #CCBC1C;
}
</style>
background-color css
<style>
a { background-color: #CCBC1C; }
a { background-color: rgb(204,188,28); }
div.DivClassName
{
background-color: #CCBC1C;
}
.BgClassName
{
background-color: #CCBC1C;
}
</style>
border-color css
<style>
span { border-color: #CCBC1C; }
span { border-color: rgb(204,188,28); }
td.TdClassName
{
border-color: #CCBC1C;
}
.TagClassName
{
border-color: #CCBC1C;
}
</style>