Shades of Bird Flower #CEAF0C
Tints of Bird Flower #CEAF0C
RGB
CMYK
RGB Variations
Color information
#CEAF0C (or 0xCEAF0C) is known color: Bird Flower. HEX triplet: CE, AF and 0C. RGB value is (206,175,12). Sum of RGB (Red+Green+Blue) = 206+175+12=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF0C is #3150F3. Grayscale: #A6A6A6. Windows color (decimal): -3231988 or 831438. OLE color: 831438.
HSL color Cylindrical-coordinate representation of color #CEAF0C: hue angle of 50.41º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEAF0C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 12 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.19 |
| HSL | 50.41º | 0.89% | 0.43% | - |
| HSV(B) | 50.41º | 0.94% | 0.81% | - |
| XYZ | 40.85 | 43.81 | 6.65 | - |
| YUV | 165.69 | 41.27 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 12 | 0 | 0.15 | 0.94 | 0.19 | 50.41 | 0.89 | 0.43 |
| Hex | CE | AF | C | 0 | F | 5E | 13 | 32 | 59 | 2B |
| Octal | 316 | 257 | 14 | 0 | 17 | 136 | 23 | 62 | 131 | 53 |
| Binary | 11001110 | 10101111 | 1100 | 0 | 1111 | 1011110 | 10011 | 110010 | 1011001 | 101011 |
Color Harmonies of #CEAF0C
Complementary color
Monochromatic Colors of #CEAF0C
Black with #CEAF0C
Text Example
Text Example
White with #CEAF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF0C; }
p { color: rgb(206,175,12); }
H1.HeaderClassName
{
color: #CEAF0C;
}
.AnyTagClassName
{
color: #CEAF0C;
}
</style>
background-color css
<style>
a { background-color: #CEAF0C; }
a { background-color: rgb(206,175,12); }
div.DivClassName
{
background-color: #CEAF0C;
}
.BgClassName
{
background-color: #CEAF0C;
}
</style>
border-color css
<style>
span { border-color: #CEAF0C; }
span { border-color: rgb(206,175,12); }
td.TdClassName
{
border-color: #CEAF0C;
}
.TagClassName
{
border-color: #CEAF0C;
}
</style>