Shades of Bird Flower #CBAD0C
Tints of Bird Flower #CBAD0C
RGB
CMYK
RGB Variations
Color information
#CBAD0C (or 0xCBAD0C) is known color: Bird Flower. HEX triplet: CB, AD and 0C. RGB value is (203,173,12). Sum of RGB (Red+Green+Blue) = 203+173+12=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAD0C is #3452F3. Grayscale: #A4A4A4. Windows color (decimal): -3429108 or 830923. OLE color: 830923.
HSL color Cylindrical-coordinate representation of color #CBAD0C: hue angle of 50.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBAD0C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 12 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.20 |
| HSL | 50.58º | 0.89% | 0.42% | - |
| HSV(B) | 50.58º | 0.94% | 0.8% | - |
| XYZ | 39.64 | 42.61 | 6.48 | - |
| YUV | 163.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 12 | 0 | 0.15 | 0.94 | 0.20 | 50.58 | 0.89 | 0.42 |
| Hex | CB | AD | C | 0 | F | 5E | 14 | 33 | 59 | 2A |
| Octal | 313 | 255 | 14 | 0 | 17 | 136 | 24 | 63 | 131 | 52 |
| Binary | 11001011 | 10101101 | 1100 | 0 | 1111 | 1011110 | 10100 | 110011 | 1011001 | 101010 |
Color Harmonies of #CBAD0C
Complementary color
Monochromatic Colors of #CBAD0C
Black with #CBAD0C
Text Example
Text Example
White with #CBAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAD0C; }
p { color: rgb(203,173,12); }
H1.HeaderClassName
{
color: #CBAD0C;
}
.AnyTagClassName
{
color: #CBAD0C;
}
</style>
background-color css
<style>
a { background-color: #CBAD0C; }
a { background-color: rgb(203,173,12); }
div.DivClassName
{
background-color: #CBAD0C;
}
.BgClassName
{
background-color: #CBAD0C;
}
</style>
border-color css
<style>
span { border-color: #CBAD0C; }
span { border-color: rgb(203,173,12); }
td.TdClassName
{
border-color: #CBAD0C;
}
.TagClassName
{
border-color: #CBAD0C;
}
</style>