Shades of Bird Flower #CBCD12
Tints of Bird Flower #CBCD12
RGB
CMYK
RGB Variations
Color information
#CBCD12 (or 0xCBCD12) is known color: Bird Flower. HEX triplet: CB, CD and 12. RGB value is (203,205,18). Sum of RGB (Red+Green+Blue) = 203+205+18=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCD12 is #3432ED. Grayscale: #B7B7B7. Windows color (decimal): -3420910 or 1232331. OLE color: 1232331.
HSL color Cylindrical-coordinate representation of color #CBCD12: hue angle of 60.64º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBCD12 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 18 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.20 |
| HSL | 60.64º | 0.84% | 0.44% | - |
| HSV(B) | 60.64º | 0.91% | 0.8% | - |
| XYZ | 46.57 | 56.4 | 9 | - |
| YUV | 183.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 18 | 0.01 | 0 | 0.91 | 0.20 | 60.64 | 0.84 | 0.44 |
| Hex | CB | CD | 12 | 1 | 0 | 5B | 14 | 3D | 54 | 2C |
| Octal | 313 | 315 | 22 | 1 | 0 | 133 | 24 | 75 | 124 | 54 |
| Binary | 11001011 | 11001101 | 10010 | 1 | 0 | 1011011 | 10100 | 111101 | 1010100 | 101100 |
Color Harmonies of #CBCD12
Complementary color
Monochromatic Colors of #CBCD12
Black with #CBCD12
Text Example
Text Example
White with #CBCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD12; }
p { color: rgb(203,205,18); }
H1.HeaderClassName
{
color: #CBCD12;
}
.AnyTagClassName
{
color: #CBCD12;
}
</style>
background-color css
<style>
a { background-color: #CBCD12; }
a { background-color: rgb(203,205,18); }
div.DivClassName
{
background-color: #CBCD12;
}
.BgClassName
{
background-color: #CBCD12;
}
</style>
border-color css
<style>
span { border-color: #CBCD12; }
span { border-color: rgb(203,205,18); }
td.TdClassName
{
border-color: #CBCD12;
}
.TagClassName
{
border-color: #CBCD12;
}
</style>