Shades of Bird Flower #CBBE1D
Tints of Bird Flower #CBBE1D
RGB
CMYK
RGB Variations
Color information
#CBBE1D (or 0xCBBE1D) is known color: Bird Flower. HEX triplet: CB, BE and 1D. RGB value is (203,190,29). Sum of RGB (Red+Green+Blue) = 203+190+29=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE1D is #3441E2. Grayscale: #B0B0B0. Windows color (decimal): -3424739 or 1949387. OLE color: 1949387.
HSL color Cylindrical-coordinate representation of color #CBBE1D: hue angle of 55.52º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBBE1D is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 29 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.20 |
| HSL | 55.52º | 0.75% | 0.45% | - |
| HSV(B) | 55.52º | 0.86% | 0.8% | - |
| XYZ | 43.26 | 49.61 | 8.46 | - |
| YUV | 175.53 | 45.31 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 29 | 0 | 0.06 | 0.86 | 0.20 | 55.52 | 0.75 | 0.45 |
| Hex | CB | BE | 1D | 0 | 6 | 56 | 14 | 38 | 4B | 2D |
| Octal | 313 | 276 | 35 | 0 | 6 | 126 | 24 | 70 | 113 | 55 |
| Binary | 11001011 | 10111110 | 11101 | 0 | 110 | 1010110 | 10100 | 111000 | 1001011 | 101101 |
Color Harmonies of #CBBE1D
Complementary color
Monochromatic Colors of #CBBE1D
Black with #CBBE1D
Text Example
Text Example
White with #CBBE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE1D; }
p { color: rgb(203,190,29); }
H1.HeaderClassName
{
color: #CBBE1D;
}
.AnyTagClassName
{
color: #CBBE1D;
}
</style>
background-color css
<style>
a { background-color: #CBBE1D; }
a { background-color: rgb(203,190,29); }
div.DivClassName
{
background-color: #CBBE1D;
}
.BgClassName
{
background-color: #CBBE1D;
}
</style>
border-color css
<style>
span { border-color: #CBBE1D; }
span { border-color: rgb(203,190,29); }
td.TdClassName
{
border-color: #CBBE1D;
}
.TagClassName
{
border-color: #CBBE1D;
}
</style>