Shades of Bird Flower #CBBD20
Tints of Bird Flower #CBBD20
RGB
CMYK
RGB Variations
Color information
#CBBD20 (or 0xCBBD20) is known color: Bird Flower. HEX triplet: CB, BD and 20. RGB value is (203,189,32). Sum of RGB (Red+Green+Blue) = 203+189+32=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD20 is #3442DF. Grayscale: #AFAFAF. Windows color (decimal): -3424992 or 2145739. OLE color: 2145739.
HSL color Cylindrical-coordinate representation of color #CBBD20: hue angle of 55.09º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBBD20 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 32 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.20 |
| HSL | 55.09º | 0.73% | 0.46% | - |
| HSV(B) | 55.09º | 0.84% | 0.8% | - |
| XYZ | 43.09 | 49.2 | 8.59 | - |
| YUV | 175.29 | 47.14 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 32 | 0 | 0.07 | 0.84 | 0.20 | 55.09 | 0.73 | 0.46 |
| Hex | CB | BD | 20 | 0 | 7 | 54 | 14 | 37 | 49 | 2E |
| Octal | 313 | 275 | 40 | 0 | 7 | 124 | 24 | 67 | 111 | 56 |
| Binary | 11001011 | 10111101 | 100000 | 0 | 111 | 1010100 | 10100 | 110111 | 1001001 | 101110 |
Color Harmonies of #CBBD20
Complementary color
Monochromatic Colors of #CBBD20
Black with #CBBD20
Text Example
Text Example
White with #CBBD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD20; }
p { color: rgb(203,189,32); }
H1.HeaderClassName
{
color: #CBBD20;
}
.AnyTagClassName
{
color: #CBBD20;
}
</style>
background-color css
<style>
a { background-color: #CBBD20; }
a { background-color: rgb(203,189,32); }
div.DivClassName
{
background-color: #CBBD20;
}
.BgClassName
{
background-color: #CBBD20;
}
</style>
border-color css
<style>
span { border-color: #CBBD20; }
span { border-color: rgb(203,189,32); }
td.TdClassName
{
border-color: #CBBD20;
}
.TagClassName
{
border-color: #CBBD20;
}
</style>