Shades of Bird Flower #CCCE14
Tints of Bird Flower #CCCE14
RGB
CMYK
RGB Variations
Color information
#CCCE14 (or 0xCCCE14) is known color: Bird Flower. HEX triplet: CC, CE and 14. RGB value is (204,206,20). Sum of RGB (Red+Green+Blue) = 204+206+20=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE14 is #3331EB. Grayscale: #B8B8B8. Windows color (decimal): -3355116 or 1363660. OLE color: 1363660.
HSL color Cylindrical-coordinate representation of color #CCCE14: hue angle of 60.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCCE14 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 20 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.19 |
| HSL | 60.65º | 0.82% | 0.44% | - |
| HSV(B) | 60.65º | 0.9% | 0.81% | - |
| XYZ | 47.1 | 57.03 | 9.19 | - |
| YUV | 184.2 | 35.34 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 20 | 0.01 | 0 | 0.90 | 0.19 | 60.65 | 0.82 | 0.44 |
| Hex | CC | CE | 14 | 1 | 0 | 5A | 13 | 3D | 52 | 2C |
| Octal | 314 | 316 | 24 | 1 | 0 | 132 | 23 | 75 | 122 | 54 |
| Binary | 11001100 | 11001110 | 10100 | 1 | 0 | 1011010 | 10011 | 111101 | 1010010 | 101100 |
Color Harmonies of #CCCE14
Complementary color
Monochromatic Colors of #CCCE14
Black with #CCCE14
Text Example
Text Example
White with #CCCE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE14; }
p { color: rgb(204,206,20); }
H1.HeaderClassName
{
color: #CCCE14;
}
.AnyTagClassName
{
color: #CCCE14;
}
</style>
background-color css
<style>
a { background-color: #CCCE14; }
a { background-color: rgb(204,206,20); }
div.DivClassName
{
background-color: #CCCE14;
}
.BgClassName
{
background-color: #CCCE14;
}
</style>
border-color css
<style>
span { border-color: #CCCE14; }
span { border-color: rgb(204,206,20); }
td.TdClassName
{
border-color: #CCCE14;
}
.TagClassName
{
border-color: #CCCE14;
}
</style>