Shades of Bird Flower #CCBD14
Tints of Bird Flower #CCBD14
RGB
CMYK
RGB Variations
Color information
#CCBD14 (or 0xCCBD14) is known color: Bird Flower. HEX triplet: CC, BD and 14. RGB value is (204,189,20). Sum of RGB (Red+Green+Blue) = 204+189+20=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBD14 is #3342EB. Grayscale: #AEAEAE. Windows color (decimal): -3359468 or 1359308. OLE color: 1359308.
HSL color Cylindrical-coordinate representation of color #CCBD14: hue angle of 55.11º 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 #CCBD14 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 20 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.2 |
| HSL | 55.11º | 0.82% | 0.44% | - |
| HSV(B) | 55.11º | 0.9% | 0.8% | - |
| XYZ | 43.23 | 49.28 | 7.9 | - |
| YUV | 174.22 | 40.97 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 20 | 0 | 0.07 | 0.90 | 0.2 | 55.11 | 0.82 | 0.44 |
| Hex | CC | BD | 14 | 0 | 7 | 5A | 14 | 37 | 52 | 2C |
| Octal | 314 | 275 | 24 | 0 | 7 | 132 | 24 | 67 | 122 | 54 |
| Binary | 11001100 | 10111101 | 10100 | 0 | 111 | 1011010 | 10100 | 110111 | 1010010 | 101100 |
Color Harmonies of #CCBD14
Complementary color
Monochromatic Colors of #CCBD14
Black with #CCBD14
Text Example
Text Example
White with #CCBD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD14; }
p { color: rgb(204,189,20); }
H1.HeaderClassName
{
color: #CCBD14;
}
.AnyTagClassName
{
color: #CCBD14;
}
</style>
background-color css
<style>
a { background-color: #CCBD14; }
a { background-color: rgb(204,189,20); }
div.DivClassName
{
background-color: #CCBD14;
}
.BgClassName
{
background-color: #CCBD14;
}
</style>
border-color css
<style>
span { border-color: #CCBD14; }
span { border-color: rgb(204,189,20); }
td.TdClassName
{
border-color: #CCBD14;
}
.TagClassName
{
border-color: #CCBD14;
}
</style>