Shades of Bird Flower #CBC708
Tints of Bird Flower #CBC708
RGB
CMYK
RGB Variations
Color information
#CBC708 (or 0xCBC708) is known color: Bird Flower. HEX triplet: CB, C7 and 08. RGB value is (203,199,8). Sum of RGB (Red+Green+Blue) = 203+199+8=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC708 is #3438F7. Grayscale: #B3B3B3. Windows color (decimal): -3422456 or 575435. OLE color: 575435.
HSL color Cylindrical-coordinate representation of color #CBC708: hue angle of 58.77º 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 #CBC708 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.20 |
| HSL | 58.77º | 0.92% | 0.41% | - |
| HSV(B) | 58.77º | 0.96% | 0.8% | - |
| XYZ | 45.1 | 53.56 | 8.19 | - |
| YUV | 178.42 | 31.83 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 8 | 0 | 0.02 | 0.96 | 0.20 | 58.77 | 0.92 | 0.41 |
| Hex | CB | C7 | 8 | 0 | 2 | 60 | 14 | 3B | 5C | 29 |
| Octal | 313 | 307 | 10 | 0 | 2 | 140 | 24 | 73 | 134 | 51 |
| Binary | 11001011 | 11000111 | 1000 | 0 | 10 | 1100000 | 10100 | 111011 | 1011100 | 101001 |
Color Harmonies of #CBC708
Complementary color
Monochromatic Colors of #CBC708
Black with #CBC708
Text Example
Text Example
White with #CBC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC708; }
p { color: rgb(203,199,8); }
H1.HeaderClassName
{
color: #CBC708;
}
.AnyTagClassName
{
color: #CBC708;
}
</style>
background-color css
<style>
a { background-color: #CBC708; }
a { background-color: rgb(203,199,8); }
div.DivClassName
{
background-color: #CBC708;
}
.BgClassName
{
background-color: #CBC708;
}
</style>
border-color css
<style>
span { border-color: #CBC708; }
span { border-color: rgb(203,199,8); }
td.TdClassName
{
border-color: #CBC708;
}
.TagClassName
{
border-color: #CBC708;
}
</style>