Shades of Bird Flower #CBB10D
Tints of Bird Flower #CBB10D
RGB
CMYK
RGB Variations
Color information
#CBB10D (or 0xCBB10D) is known color: Bird Flower. HEX triplet: CB, B1 and 0D. RGB value is (203,177,13). Sum of RGB (Red+Green+Blue) = 203+177+13=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB10D is #344EF2. Grayscale: #A6A6A6. Windows color (decimal): -3428083 or 897483. OLE color: 897483.
HSL color Cylindrical-coordinate representation of color #CBB10D: hue angle of 51.79º degrees, saturation: 0.88, 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 #CBB10D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.20 |
| HSL | 51.79º | 0.88% | 0.42% | - |
| HSV(B) | 51.79º | 0.94% | 0.8% | - |
| XYZ | 40.42 | 44.17 | 6.78 | - |
| YUV | 166.08 | 41.61 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 13 | 0 | 0.13 | 0.94 | 0.20 | 51.79 | 0.88 | 0.42 |
| Hex | CB | B1 | D | 0 | D | 5E | 14 | 34 | 58 | 2A |
| Octal | 313 | 261 | 15 | 0 | 15 | 136 | 24 | 64 | 130 | 52 |
| Binary | 11001011 | 10110001 | 1101 | 0 | 1101 | 1011110 | 10100 | 110100 | 1011000 | 101010 |
Color Harmonies of #CBB10D
Complementary color
Monochromatic Colors of #CBB10D
Black with #CBB10D
Text Example
Text Example
White with #CBB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB10D; }
p { color: rgb(203,177,13); }
H1.HeaderClassName
{
color: #CBB10D;
}
.AnyTagClassName
{
color: #CBB10D;
}
</style>
background-color css
<style>
a { background-color: #CBB10D; }
a { background-color: rgb(203,177,13); }
div.DivClassName
{
background-color: #CBB10D;
}
.BgClassName
{
background-color: #CBB10D;
}
</style>
border-color css
<style>
span { border-color: #CBB10D; }
span { border-color: rgb(203,177,13); }
td.TdClassName
{
border-color: #CBB10D;
}
.TagClassName
{
border-color: #CBB10D;
}
</style>