Shades of Bird Flower #CBB21F
Tints of Bird Flower #CBB21F
RGB
CMYK
RGB Variations
Color information
#CBB21F (or 0xCBB21F) is known color: Bird Flower. HEX triplet: CB, B2 and 1F. RGB value is (203,178,31). Sum of RGB (Red+Green+Blue) = 203+178+31=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB21F is #344DE0. Grayscale: #A9A9A9. Windows color (decimal): -3427809 or 2077387. OLE color: 2077387.
HSL color Cylindrical-coordinate representation of color #CBB21F: hue angle of 51.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBB21F is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 31 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.20 |
| HSL | 51.28º | 0.74% | 0.46% | - |
| HSV(B) | 51.28º | 0.85% | 0.8% | - |
| XYZ | 40.8 | 44.64 | 7.76 | - |
| YUV | 168.72 | 50.28 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 31 | 0 | 0.12 | 0.85 | 0.20 | 51.28 | 0.74 | 0.46 |
| Hex | CB | B2 | 1F | 0 | C | 55 | 14 | 33 | 4A | 2E |
| Octal | 313 | 262 | 37 | 0 | 14 | 125 | 24 | 63 | 112 | 56 |
| Binary | 11001011 | 10110010 | 11111 | 0 | 1100 | 1010101 | 10100 | 110011 | 1001010 | 101110 |
Color Harmonies of #CBB21F
Complementary color
Monochromatic Colors of #CBB21F
Black with #CBB21F
Text Example
Text Example
White with #CBB21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB21F; }
p { color: rgb(203,178,31); }
H1.HeaderClassName
{
color: #CBB21F;
}
.AnyTagClassName
{
color: #CBB21F;
}
</style>
background-color css
<style>
a { background-color: #CBB21F; }
a { background-color: rgb(203,178,31); }
div.DivClassName
{
background-color: #CBB21F;
}
.BgClassName
{
background-color: #CBB21F;
}
</style>
border-color css
<style>
span { border-color: #CBB21F; }
span { border-color: rgb(203,178,31); }
td.TdClassName
{
border-color: #CBB21F;
}
.TagClassName
{
border-color: #CBB21F;
}
</style>