Shades of Bird Flower #CCC21B
Tints of Bird Flower #CCC21B
RGB
CMYK
RGB Variations
Color information
#CCC21B (or 0xCCC21B) is known color: Bird Flower. HEX triplet: CC, C2 and 1B. RGB value is (204,194,27). Sum of RGB (Red+Green+Blue) = 204+194+27=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC21B is #333DE4. Grayscale: #B2B2B2. Windows color (decimal): -3358181 or 1819340. OLE color: 1819340.
HSL color Cylindrical-coordinate representation of color #CCC21B: hue angle of 56.61º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCC21B is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 27 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.2 |
| HSL | 56.61º | 0.77% | 0.45% | - |
| HSV(B) | 56.61º | 0.87% | 0.8% | - |
| XYZ | 44.39 | 51.5 | 8.64 | - |
| YUV | 177.95 | 42.81 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 27 | 0 | 0.05 | 0.87 | 0.2 | 56.61 | 0.77 | 0.45 |
| Hex | CC | C2 | 1B | 0 | 5 | 57 | 14 | 39 | 4D | 2D |
| Octal | 314 | 302 | 33 | 0 | 5 | 127 | 24 | 71 | 115 | 55 |
| Binary | 11001100 | 11000010 | 11011 | 0 | 101 | 1010111 | 10100 | 111001 | 1001101 | 101101 |
Color Harmonies of #CCC21B
Complementary color
Monochromatic Colors of #CCC21B
Black with #CCC21B
Text Example
Text Example
White with #CCC21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC21B; }
p { color: rgb(204,194,27); }
H1.HeaderClassName
{
color: #CCC21B;
}
.AnyTagClassName
{
color: #CCC21B;
}
</style>
background-color css
<style>
a { background-color: #CCC21B; }
a { background-color: rgb(204,194,27); }
div.DivClassName
{
background-color: #CCC21B;
}
.BgClassName
{
background-color: #CCC21B;
}
</style>
border-color css
<style>
span { border-color: #CCC21B; }
span { border-color: rgb(204,194,27); }
td.TdClassName
{
border-color: #CCC21B;
}
.TagClassName
{
border-color: #CCC21B;
}
</style>