Shades of Bird Flower #CBB20A
Tints of Bird Flower #CBB20A
RGB
CMYK
RGB Variations
Color information
#CBB20A (or 0xCBB20A) is known color: Bird Flower. HEX triplet: CB, B2 and 0A. RGB value is (203,178,10). Sum of RGB (Red+Green+Blue) = 203+178+10=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB20A is #344DF5. Grayscale: #A7A7A7. Windows color (decimal): -3427830 or 701131. OLE color: 701131.
HSL color Cylindrical-coordinate representation of color #CBB20A: hue angle of 52.23º 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 #CBB20A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 10 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.20 |
| HSL | 52.23º | 0.91% | 0.42% | - |
| HSV(B) | 52.23º | 0.95% | 0.8% | - |
| XYZ | 40.6 | 44.56 | 6.75 | - |
| YUV | 166.32 | 39.78 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 10 | 0 | 0.12 | 0.95 | 0.20 | 52.23 | 0.91 | 0.42 |
| Hex | CB | B2 | A | 0 | C | 5F | 14 | 34 | 5B | 2A |
| Octal | 313 | 262 | 12 | 0 | 14 | 137 | 24 | 64 | 133 | 52 |
| Binary | 11001011 | 10110010 | 1010 | 0 | 1100 | 1011111 | 10100 | 110100 | 1011011 | 101010 |
Color Harmonies of #CBB20A
Complementary color
Monochromatic Colors of #CBB20A
Black with #CBB20A
Text Example
Text Example
White with #CBB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB20A; }
p { color: rgb(203,178,10); }
H1.HeaderClassName
{
color: #CBB20A;
}
.AnyTagClassName
{
color: #CBB20A;
}
</style>
background-color css
<style>
a { background-color: #CBB20A; }
a { background-color: rgb(203,178,10); }
div.DivClassName
{
background-color: #CBB20A;
}
.BgClassName
{
background-color: #CBB20A;
}
</style>
border-color css
<style>
span { border-color: #CBB20A; }
span { border-color: rgb(203,178,10); }
td.TdClassName
{
border-color: #CBB20A;
}
.TagClassName
{
border-color: #CBB20A;
}
</style>