Shades of Bird Flower #CCBC1D
Tints of Bird Flower #CCBC1D
RGB
CMYK
RGB Variations
Color information
#CCBC1D (or 0xCCBC1D) is known color: Bird Flower. HEX triplet: CC, BC and 1D. RGB value is (204,188,29). Sum of RGB (Red+Green+Blue) = 204+188+29=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC1D is #3343E2. Grayscale: #AFAFAF. Windows color (decimal): -3359715 or 1948876. OLE color: 1948876.
HSL color Cylindrical-coordinate representation of color #CCBC1D: hue angle of 54.51º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCBC1D is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 29 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.2 |
| HSL | 54.51º | 0.75% | 0.46% | - |
| HSV(B) | 54.51º | 0.86% | 0.8% | - |
| XYZ | 43.11 | 48.89 | 8.33 | - |
| YUV | 174.66 | 45.8 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 29 | 0 | 0.08 | 0.86 | 0.2 | 54.51 | 0.75 | 0.46 |
| Hex | CC | BC | 1D | 0 | 8 | 56 | 14 | 37 | 4B | 2E |
| Octal | 314 | 274 | 35 | 0 | 10 | 126 | 24 | 67 | 113 | 56 |
| Binary | 11001100 | 10111100 | 11101 | 0 | 1000 | 1010110 | 10100 | 110111 | 1001011 | 101110 |
Color Harmonies of #CCBC1D
Complementary color
Monochromatic Colors of #CCBC1D
Black with #CCBC1D
Text Example
Text Example
White with #CCBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC1D; }
p { color: rgb(204,188,29); }
H1.HeaderClassName
{
color: #CCBC1D;
}
.AnyTagClassName
{
color: #CCBC1D;
}
</style>
background-color css
<style>
a { background-color: #CCBC1D; }
a { background-color: rgb(204,188,29); }
div.DivClassName
{
background-color: #CCBC1D;
}
.BgClassName
{
background-color: #CCBC1D;
}
</style>
border-color css
<style>
span { border-color: #CCBC1D; }
span { border-color: rgb(204,188,29); }
td.TdClassName
{
border-color: #CCBC1D;
}
.TagClassName
{
border-color: #CCBC1D;
}
</style>