Shades of Bird Flower #CBC718
Tints of Bird Flower #CBC718
RGB
CMYK
RGB Variations
Color information
#CBC718 (or 0xCBC718) is known color: Bird Flower. HEX triplet: CB, C7 and 18. RGB value is (203,199,24). Sum of RGB (Red+Green+Blue) = 203+199+24=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC718 is #3438E7. Grayscale: #B4B4B4. Windows color (decimal): -3422440 or 1624011. OLE color: 1624011.
HSL color Cylindrical-coordinate representation of color #CBC718: hue angle of 58.66º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBC718 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 24 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.20 |
| HSL | 58.66º | 0.79% | 0.45% | - |
| HSV(B) | 58.66º | 0.88% | 0.8% | - |
| XYZ | 45.22 | 53.61 | 8.83 | - |
| YUV | 180.25 | 39.83 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 24 | 0 | 0.02 | 0.88 | 0.20 | 58.66 | 0.79 | 0.45 |
| Hex | CB | C7 | 18 | 0 | 2 | 58 | 14 | 3B | 4F | 2D |
| Octal | 313 | 307 | 30 | 0 | 2 | 130 | 24 | 73 | 117 | 55 |
| Binary | 11001011 | 11000111 | 11000 | 0 | 10 | 1011000 | 10100 | 111011 | 1001111 | 101101 |
Color Harmonies of #CBC718
Complementary color
Monochromatic Colors of #CBC718
Black with #CBC718
Text Example
Text Example
White with #CBC718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC718; }
p { color: rgb(203,199,24); }
H1.HeaderClassName
{
color: #CBC718;
}
.AnyTagClassName
{
color: #CBC718;
}
</style>
background-color css
<style>
a { background-color: #CBC718; }
a { background-color: rgb(203,199,24); }
div.DivClassName
{
background-color: #CBC718;
}
.BgClassName
{
background-color: #CBC718;
}
</style>
border-color css
<style>
span { border-color: #CBC718; }
span { border-color: rgb(203,199,24); }
td.TdClassName
{
border-color: #CBC718;
}
.TagClassName
{
border-color: #CBC718;
}
</style>