Shades of Bird Flower #CEAF0D
Tints of Bird Flower #CEAF0D
RGB
CMYK
RGB Variations
Color information
#CEAF0D (or 0xCEAF0D) is known color: Bird Flower. HEX triplet: CE, AF and 0D. RGB value is (206,175,13). Sum of RGB (Red+Green+Blue) = 206+175+13=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF0D is #3150F2. Grayscale: #A6A6A6. Windows color (decimal): -3231987 or 896974. OLE color: 896974.
HSL color Cylindrical-coordinate representation of color #CEAF0D: hue angle of 50.36º degrees, saturation: 0.88, 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 #CEAF0D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 13 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.19 |
| HSL | 50.36º | 0.88% | 0.43% | - |
| HSV(B) | 50.36º | 0.94% | 0.81% | - |
| XYZ | 40.86 | 43.81 | 6.68 | - |
| YUV | 165.8 | 41.77 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 13 | 0 | 0.15 | 0.94 | 0.19 | 50.36 | 0.88 | 0.43 |
| Hex | CE | AF | D | 0 | F | 5E | 13 | 32 | 58 | 2B |
| Octal | 316 | 257 | 15 | 0 | 17 | 136 | 23 | 62 | 130 | 53 |
| Binary | 11001110 | 10101111 | 1101 | 0 | 1111 | 1011110 | 10011 | 110010 | 1011000 | 101011 |
Color Harmonies of #CEAF0D
Complementary color
Monochromatic Colors of #CEAF0D
Black with #CEAF0D
Text Example
Text Example
White with #CEAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF0D; }
p { color: rgb(206,175,13); }
H1.HeaderClassName
{
color: #CEAF0D;
}
.AnyTagClassName
{
color: #CEAF0D;
}
</style>
background-color css
<style>
a { background-color: #CEAF0D; }
a { background-color: rgb(206,175,13); }
div.DivClassName
{
background-color: #CEAF0D;
}
.BgClassName
{
background-color: #CEAF0D;
}
</style>
border-color css
<style>
span { border-color: #CEAF0D; }
span { border-color: rgb(206,175,13); }
td.TdClassName
{
border-color: #CEAF0D;
}
.TagClassName
{
border-color: #CEAF0D;
}
</style>