Shades of Bird Flower #CECA0F
Tints of Bird Flower #CECA0F
RGB
CMYK
RGB Variations
Color information
#CECA0F (or 0xCECA0F) is known color: Bird Flower. HEX triplet: CE, CA and 0F. RGB value is (206,202,15). Sum of RGB (Red+Green+Blue) = 206+202+15=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA0F is #3135F0. Grayscale: #B6B6B6. Windows color (decimal): -3225073 or 1034958. OLE color: 1034958.
HSL color Cylindrical-coordinate representation of color #CECA0F: hue angle of 58.74º 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 #CECA0F is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 15 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.19 |
| HSL | 58.74º | 0.86% | 0.43% | - |
| HSV(B) | 58.74º | 0.93% | 0.81% | - |
| XYZ | 46.66 | 55.4 | 8.69 | - |
| YUV | 181.88 | 33.83 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 15 | 0 | 0.02 | 0.93 | 0.19 | 58.74 | 0.86 | 0.43 |
| Hex | CE | CA | F | 0 | 2 | 5D | 13 | 3B | 56 | 2B |
| Octal | 316 | 312 | 17 | 0 | 2 | 135 | 23 | 73 | 126 | 53 |
| Binary | 11001110 | 11001010 | 1111 | 0 | 10 | 1011101 | 10011 | 111011 | 1010110 | 101011 |
Color Harmonies of #CECA0F
Complementary color
Monochromatic Colors of #CECA0F
Black with #CECA0F
Text Example
Text Example
White with #CECA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA0F; }
p { color: rgb(206,202,15); }
H1.HeaderClassName
{
color: #CECA0F;
}
.AnyTagClassName
{
color: #CECA0F;
}
</style>
background-color css
<style>
a { background-color: #CECA0F; }
a { background-color: rgb(206,202,15); }
div.DivClassName
{
background-color: #CECA0F;
}
.BgClassName
{
background-color: #CECA0F;
}
</style>
border-color css
<style>
span { border-color: #CECA0F; }
span { border-color: rgb(206,202,15); }
td.TdClassName
{
border-color: #CECA0F;
}
.TagClassName
{
border-color: #CECA0F;
}
</style>