Shades of Bird Flower #CECC0D
Tints of Bird Flower #CECC0D
RGB
CMYK
RGB Variations
Color information
#CECC0D (or 0xCECC0D) is known color: Bird Flower. HEX triplet: CE, CC and 0D. RGB value is (206,204,13). Sum of RGB (Red+Green+Blue) = 206+204+13=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC0D is #3133F2. Grayscale: #B7B7B7. Windows color (decimal): -3224563 or 904398. OLE color: 904398.
HSL color Cylindrical-coordinate representation of color #CECC0D: hue angle of 59.38º 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 #CECC0D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 13 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.19 |
| HSL | 59.38º | 0.88% | 0.43% | - |
| HSV(B) | 59.38º | 0.94% | 0.81% | - |
| XYZ | 47.12 | 56.34 | 8.77 | - |
| YUV | 182.82 | 32.16 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 13 | 0 | 0.01 | 0.94 | 0.19 | 59.38 | 0.88 | 0.43 |
| Hex | CE | CC | D | 0 | 1 | 5E | 13 | 3B | 58 | 2B |
| Octal | 316 | 314 | 15 | 0 | 1 | 136 | 23 | 73 | 130 | 53 |
| Binary | 11001110 | 11001100 | 1101 | 0 | 1 | 1011110 | 10011 | 111011 | 1011000 | 101011 |
Color Harmonies of #CECC0D
Complementary color
Monochromatic Colors of #CECC0D
Black with #CECC0D
Text Example
Text Example
White with #CECC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC0D; }
p { color: rgb(206,204,13); }
H1.HeaderClassName
{
color: #CECC0D;
}
.AnyTagClassName
{
color: #CECC0D;
}
</style>
background-color css
<style>
a { background-color: #CECC0D; }
a { background-color: rgb(206,204,13); }
div.DivClassName
{
background-color: #CECC0D;
}
.BgClassName
{
background-color: #CECC0D;
}
</style>
border-color css
<style>
span { border-color: #CECC0D; }
span { border-color: rgb(206,204,13); }
td.TdClassName
{
border-color: #CECC0D;
}
.TagClassName
{
border-color: #CECC0D;
}
</style>