Shades of Bird Flower #CBC017
Tints of Bird Flower #CBC017
RGB
CMYK
RGB Variations
Color information
#CBC017 (or 0xCBC017) is known color: Bird Flower. HEX triplet: CB, C0 and 17. RGB value is (203,192,23). Sum of RGB (Red+Green+Blue) = 203+192+23=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC017 is #343FE8. Grayscale: #B0B0B0. Windows color (decimal): -3424233 or 1556683. OLE color: 1556683.
HSL color Cylindrical-coordinate representation of color #CBC017: hue angle of 56.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBC017 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 23 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.20 |
| HSL | 56.33º | 0.8% | 0.44% | - |
| HSV(B) | 56.33º | 0.89% | 0.8% | - |
| XYZ | 43.63 | 50.46 | 8.25 | - |
| YUV | 176.02 | 41.64 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 23 | 0 | 0.05 | 0.89 | 0.20 | 56.33 | 0.8 | 0.44 |
| Hex | CB | C0 | 17 | 0 | 5 | 59 | 14 | 38 | 50 | 2C |
| Octal | 313 | 300 | 27 | 0 | 5 | 131 | 24 | 70 | 120 | 54 |
| Binary | 11001011 | 11000000 | 10111 | 0 | 101 | 1011001 | 10100 | 111000 | 1010000 | 101100 |
Color Harmonies of #CBC017
Complementary color
Monochromatic Colors of #CBC017
Black with #CBC017
Text Example
Text Example
White with #CBC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC017; }
p { color: rgb(203,192,23); }
H1.HeaderClassName
{
color: #CBC017;
}
.AnyTagClassName
{
color: #CBC017;
}
</style>
background-color css
<style>
a { background-color: #CBC017; }
a { background-color: rgb(203,192,23); }
div.DivClassName
{
background-color: #CBC017;
}
.BgClassName
{
background-color: #CBC017;
}
</style>
border-color css
<style>
span { border-color: #CBC017; }
span { border-color: rgb(203,192,23); }
td.TdClassName
{
border-color: #CBC017;
}
.TagClassName
{
border-color: #CBC017;
}
</style>