Shades of Bird Flower #CBB608
Tints of Bird Flower #CBB608
RGB
CMYK
RGB Variations
Color information
#CBB608 (or 0xCBB608) is known color: Bird Flower. HEX triplet: CB, B6 and 08. RGB value is (203,182,8). Sum of RGB (Red+Green+Blue) = 203+182+8=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB608 is #3449F7. Grayscale: #A9A9A9. Windows color (decimal): -3426808 or 571083. OLE color: 571083.
HSL color Cylindrical-coordinate representation of color #CBB608: hue angle of 53.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBB608 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.20 |
| HSL | 53.54º | 0.92% | 0.41% | - |
| HSV(B) | 53.54º | 0.96% | 0.8% | - |
| XYZ | 41.4 | 46.17 | 6.96 | - |
| YUV | 168.44 | 37.46 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 8 | 0 | 0.10 | 0.96 | 0.20 | 53.54 | 0.92 | 0.41 |
| Hex | CB | B6 | 8 | 0 | A | 60 | 14 | 36 | 5C | 29 |
| Octal | 313 | 266 | 10 | 0 | 12 | 140 | 24 | 66 | 134 | 51 |
| Binary | 11001011 | 10110110 | 1000 | 0 | 1010 | 1100000 | 10100 | 110110 | 1011100 | 101001 |
Color Harmonies of #CBB608
Complementary color
Monochromatic Colors of #CBB608
Black with #CBB608
Text Example
Text Example
White with #CBB608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB608; }
p { color: rgb(203,182,8); }
H1.HeaderClassName
{
color: #CBB608;
}
.AnyTagClassName
{
color: #CBB608;
}
</style>
background-color css
<style>
a { background-color: #CBB608; }
a { background-color: rgb(203,182,8); }
div.DivClassName
{
background-color: #CBB608;
}
.BgClassName
{
background-color: #CBB608;
}
</style>
border-color css
<style>
span { border-color: #CBB608; }
span { border-color: rgb(203,182,8); }
td.TdClassName
{
border-color: #CBB608;
}
.TagClassName
{
border-color: #CBB608;
}
</style>