Shades of Bird Flower #CCCB14
Tints of Bird Flower #CCCB14
RGB
CMYK
RGB Variations
Color information
#CCCB14 (or 0xCCCB14) is known color: Bird Flower. HEX triplet: CC, CB and 14. RGB value is (204,203,20). Sum of RGB (Red+Green+Blue) = 204+203+20=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB14 is #3334EB. Grayscale: #B7B7B7. Windows color (decimal): -3355884 or 1362892. OLE color: 1362892.
HSL color Cylindrical-coordinate representation of color #CCCB14: hue angle of 59.67º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCCB14 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 20 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.2 |
| HSL | 59.67º | 0.82% | 0.44% | - |
| HSV(B) | 59.67º | 0.9% | 0.8% | - |
| XYZ | 46.38 | 55.6 | 8.95 | - |
| YUV | 182.44 | 36.33 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 20 | 0 | 0.00 | 0.90 | 0.2 | 59.67 | 0.82 | 0.44 |
| Hex | CC | CB | 14 | 0 | 0 | 5A | 14 | 3C | 52 | 2C |
| Octal | 314 | 313 | 24 | 0 | 0 | 132 | 24 | 74 | 122 | 54 |
| Binary | 11001100 | 11001011 | 10100 | 0 | 0 | 1011010 | 10100 | 111100 | 1010010 | 101100 |
Color Harmonies of #CCCB14
Complementary color
Monochromatic Colors of #CCCB14
Black with #CCCB14
Text Example
Text Example
White with #CCCB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB14; }
p { color: rgb(204,203,20); }
H1.HeaderClassName
{
color: #CCCB14;
}
.AnyTagClassName
{
color: #CCCB14;
}
</style>
background-color css
<style>
a { background-color: #CCCB14; }
a { background-color: rgb(204,203,20); }
div.DivClassName
{
background-color: #CCCB14;
}
.BgClassName
{
background-color: #CCCB14;
}
</style>
border-color css
<style>
span { border-color: #CCCB14; }
span { border-color: rgb(204,203,20); }
td.TdClassName
{
border-color: #CCCB14;
}
.TagClassName
{
border-color: #CCCB14;
}
</style>