Shades of Bird Flower #CBB70F
Tints of Bird Flower #CBB70F
RGB
CMYK
RGB Variations
Color information
#CBB70F (or 0xCBB70F) is known color: Bird Flower. HEX triplet: CB, B7 and 0F. RGB value is (203,183,15). Sum of RGB (Red+Green+Blue) = 203+183+15=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB70F is #3448F0. Grayscale: #AAAAAA. Windows color (decimal): -3426545 or 1030091. OLE color: 1030091.
HSL color Cylindrical-coordinate representation of color #CBB70F: hue angle of 53.62º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBB70F is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 15 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.20 |
| HSL | 53.62º | 0.86% | 0.43% | - |
| HSV(B) | 53.62º | 0.93% | 0.8% | - |
| XYZ | 41.65 | 46.6 | 7.25 | - |
| YUV | 169.83 | 40.63 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 15 | 0 | 0.10 | 0.93 | 0.20 | 53.62 | 0.86 | 0.43 |
| Hex | CB | B7 | F | 0 | A | 5D | 14 | 36 | 56 | 2B |
| Octal | 313 | 267 | 17 | 0 | 12 | 135 | 24 | 66 | 126 | 53 |
| Binary | 11001011 | 10110111 | 1111 | 0 | 1010 | 1011101 | 10100 | 110110 | 1010110 | 101011 |
Color Harmonies of #CBB70F
Complementary color
Monochromatic Colors of #CBB70F
Black with #CBB70F
Text Example
Text Example
White with #CBB70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB70F; }
p { color: rgb(203,183,15); }
H1.HeaderClassName
{
color: #CBB70F;
}
.AnyTagClassName
{
color: #CBB70F;
}
</style>
background-color css
<style>
a { background-color: #CBB70F; }
a { background-color: rgb(203,183,15); }
div.DivClassName
{
background-color: #CBB70F;
}
.BgClassName
{
background-color: #CBB70F;
}
</style>
border-color css
<style>
span { border-color: #CBB70F; }
span { border-color: rgb(203,183,15); }
td.TdClassName
{
border-color: #CBB70F;
}
.TagClassName
{
border-color: #CBB70F;
}
</style>