Shades of Bird Flower #CBAD0A
Tints of Bird Flower #CBAD0A
RGB
CMYK
RGB Variations
Color information
#CBAD0A (or 0xCBAD0A) is known color: Bird Flower. HEX triplet: CB, AD and 0A. RGB value is (203,173,10). Sum of RGB (Red+Green+Blue) = 203+173+10=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAD0A is #3452F5. Grayscale: #A4A4A4. Windows color (decimal): -3429110 or 699851. OLE color: 699851.
HSL color Cylindrical-coordinate representation of color #CBAD0A: hue angle of 50.67º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBAD0A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.20 |
| HSL | 50.67º | 0.91% | 0.42% | - |
| HSV(B) | 50.67º | 0.95% | 0.8% | - |
| XYZ | 39.63 | 42.61 | 6.42 | - |
| YUV | 163.39 | 41.44 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 10 | 0 | 0.15 | 0.95 | 0.20 | 50.67 | 0.91 | 0.42 |
| Hex | CB | AD | A | 0 | F | 5F | 14 | 33 | 5B | 2A |
| Octal | 313 | 255 | 12 | 0 | 17 | 137 | 24 | 63 | 133 | 52 |
| Binary | 11001011 | 10101101 | 1010 | 0 | 1111 | 1011111 | 10100 | 110011 | 1011011 | 101010 |
Color Harmonies of #CBAD0A
Complementary color
Monochromatic Colors of #CBAD0A
Black with #CBAD0A
Text Example
Text Example
White with #CBAD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAD0A; }
p { color: rgb(203,173,10); }
H1.HeaderClassName
{
color: #CBAD0A;
}
.AnyTagClassName
{
color: #CBAD0A;
}
</style>
background-color css
<style>
a { background-color: #CBAD0A; }
a { background-color: rgb(203,173,10); }
div.DivClassName
{
background-color: #CBAD0A;
}
.BgClassName
{
background-color: #CBAD0A;
}
</style>
border-color css
<style>
span { border-color: #CBAD0A; }
span { border-color: rgb(203,173,10); }
td.TdClassName
{
border-color: #CBAD0A;
}
.TagClassName
{
border-color: #CBAD0A;
}
</style>