Shades of Bird Flower #CECC0F
Tints of Bird Flower #CECC0F
RGB
CMYK
RGB Variations
Color information
#CECC0F (or 0xCECC0F) is known color: Bird Flower. HEX triplet: CE, CC and 0F. RGB value is (206,204,15). Sum of RGB (Red+Green+Blue) = 206+204+15=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC0F is #3133F0. Grayscale: #B7B7B7. Windows color (decimal): -3224561 or 1035470. OLE color: 1035470.
HSL color Cylindrical-coordinate representation of color #CECC0F: hue angle of 59.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CECC0F is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 15 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.19 |
| HSL | 59.37º | 0.86% | 0.43% | - |
| HSV(B) | 59.37º | 0.93% | 0.81% | - |
| XYZ | 47.13 | 56.34 | 8.84 | - |
| YUV | 183.05 | 33.16 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 15 | 0 | 0.01 | 0.93 | 0.19 | 59.37 | 0.86 | 0.43 |
| Hex | CE | CC | F | 0 | 1 | 5D | 13 | 3B | 56 | 2B |
| Octal | 316 | 314 | 17 | 0 | 1 | 135 | 23 | 73 | 126 | 53 |
| Binary | 11001110 | 11001100 | 1111 | 0 | 1 | 1011101 | 10011 | 111011 | 1010110 | 101011 |
Color Harmonies of #CECC0F
Complementary color
Monochromatic Colors of #CECC0F
Black with #CECC0F
Text Example
Text Example
White with #CECC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC0F; }
p { color: rgb(206,204,15); }
H1.HeaderClassName
{
color: #CECC0F;
}
.AnyTagClassName
{
color: #CECC0F;
}
</style>
background-color css
<style>
a { background-color: #CECC0F; }
a { background-color: rgb(206,204,15); }
div.DivClassName
{
background-color: #CECC0F;
}
.BgClassName
{
background-color: #CECC0F;
}
</style>
border-color css
<style>
span { border-color: #CECC0F; }
span { border-color: rgb(206,204,15); }
td.TdClassName
{
border-color: #CECC0F;
}
.TagClassName
{
border-color: #CECC0F;
}
</style>