Shades of Bird Flower #CBB603
Tints of Bird Flower #CBB603
RGB
CMYK
RGB Variations
Color information
#CBB603 (or 0xCBB603) is known color: Bird Flower. HEX triplet: CB, B6 and 03. RGB value is (203,182,3). Sum of RGB (Red+Green+Blue) = 203+182+3=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB603 is #3449FC. Grayscale: #A8A8A8. Windows color (decimal): -3426813 or 243403. OLE color: 243403.
HSL color Cylindrical-coordinate representation of color #CBB603: hue angle of 53.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBB603 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.20 |
| HSL | 53.7º | 0.97% | 0.4% | - |
| HSV(B) | 53.7º | 0.99% | 0.8% | - |
| XYZ | 41.37 | 46.16 | 6.82 | - |
| YUV | 167.87 | 34.96 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 3 | 0 | 0.10 | 0.99 | 0.20 | 53.7 | 0.97 | 0.4 |
| Hex | CB | B6 | 3 | 0 | A | 63 | 14 | 36 | 61 | 28 |
| Octal | 313 | 266 | 3 | 0 | 12 | 143 | 24 | 66 | 141 | 50 |
| Binary | 11001011 | 10110110 | 11 | 0 | 1010 | 1100011 | 10100 | 110110 | 1100001 | 101000 |
Color Harmonies of #CBB603
Complementary color
Monochromatic Colors of #CBB603
Black with #CBB603
Text Example
Text Example
White with #CBB603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB603; }
p { color: rgb(203,182,3); }
H1.HeaderClassName
{
color: #CBB603;
}
.AnyTagClassName
{
color: #CBB603;
}
</style>
background-color css
<style>
a { background-color: #CBB603; }
a { background-color: rgb(203,182,3); }
div.DivClassName
{
background-color: #CBB603;
}
.BgClassName
{
background-color: #CBB603;
}
</style>
border-color css
<style>
span { border-color: #CBB603; }
span { border-color: rgb(203,182,3); }
td.TdClassName
{
border-color: #CBB603;
}
.TagClassName
{
border-color: #CBB603;
}
</style>