Shades of Bird Flower #CBB41F
Tints of Bird Flower #CBB41F
RGB
CMYK
RGB Variations
Color information
#CBB41F (or 0xCBB41F) is known color: Bird Flower. HEX triplet: CB, B4 and 1F. RGB value is (203,180,31). Sum of RGB (Red+Green+Blue) = 203+180+31=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB41F is #344BE0. Grayscale: #AAAAAA. Windows color (decimal): -3427297 or 2077899. OLE color: 2077899.
HSL color Cylindrical-coordinate representation of color #CBB41F: hue angle of 51.98º 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 #CBB41F is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 31 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.20 |
| HSL | 51.98º | 0.74% | 0.46% | - |
| HSV(B) | 51.98º | 0.85% | 0.8% | - |
| XYZ | 41.2 | 45.44 | 7.9 | - |
| YUV | 169.89 | 49.62 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 31 | 0 | 0.11 | 0.85 | 0.20 | 51.98 | 0.74 | 0.46 |
| Hex | CB | B4 | 1F | 0 | B | 55 | 14 | 34 | 4A | 2E |
| Octal | 313 | 264 | 37 | 0 | 13 | 125 | 24 | 64 | 112 | 56 |
| Binary | 11001011 | 10110100 | 11111 | 0 | 1011 | 1010101 | 10100 | 110100 | 1001010 | 101110 |
Color Harmonies of #CBB41F
Complementary color
Monochromatic Colors of #CBB41F
Black with #CBB41F
Text Example
Text Example
White with #CBB41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB41F; }
p { color: rgb(203,180,31); }
H1.HeaderClassName
{
color: #CBB41F;
}
.AnyTagClassName
{
color: #CBB41F;
}
</style>
background-color css
<style>
a { background-color: #CBB41F; }
a { background-color: rgb(203,180,31); }
div.DivClassName
{
background-color: #CBB41F;
}
.BgClassName
{
background-color: #CBB41F;
}
</style>
border-color css
<style>
span { border-color: #CBB41F; }
span { border-color: rgb(203,180,31); }
td.TdClassName
{
border-color: #CBB41F;
}
.TagClassName
{
border-color: #CBB41F;
}
</style>