Shades of Bird Flower #CEAF0B
Tints of Bird Flower #CEAF0B
RGB
CMYK
RGB Variations
Color information
#CEAF0B (or 0xCEAF0B) is known color: Bird Flower. HEX triplet: CE, AF and 0B. RGB value is (206,175,11). Sum of RGB (Red+Green+Blue) = 206+175+11=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF0B is #3150F4. Grayscale: #A6A6A6. Windows color (decimal): -3231989 or 765902. OLE color: 765902.
HSL color Cylindrical-coordinate representation of color #CEAF0B: hue angle of 50.46º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEAF0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.19 |
| HSL | 50.46º | 0.9% | 0.43% | - |
| HSV(B) | 50.46º | 0.95% | 0.81% | - |
| XYZ | 40.84 | 43.81 | 6.62 | - |
| YUV | 165.57 | 40.77 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 11 | 0 | 0.15 | 0.95 | 0.19 | 50.46 | 0.9 | 0.43 |
| Hex | CE | AF | B | 0 | F | 5F | 13 | 32 | 5A | 2B |
| Octal | 316 | 257 | 13 | 0 | 17 | 137 | 23 | 62 | 132 | 53 |
| Binary | 11001110 | 10101111 | 1011 | 0 | 1111 | 1011111 | 10011 | 110010 | 1011010 | 101011 |
Color Harmonies of #CEAF0B
Complementary color
Monochromatic Colors of #CEAF0B
Black with #CEAF0B
Text Example
Text Example
White with #CEAF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF0B; }
p { color: rgb(206,175,11); }
H1.HeaderClassName
{
color: #CEAF0B;
}
.AnyTagClassName
{
color: #CEAF0B;
}
</style>
background-color css
<style>
a { background-color: #CEAF0B; }
a { background-color: rgb(206,175,11); }
div.DivClassName
{
background-color: #CEAF0B;
}
.BgClassName
{
background-color: #CEAF0B;
}
</style>
border-color css
<style>
span { border-color: #CEAF0B; }
span { border-color: rgb(206,175,11); }
td.TdClassName
{
border-color: #CEAF0B;
}
.TagClassName
{
border-color: #CEAF0B;
}
</style>