Shades of Bird Flower #CBCD07
Tints of Bird Flower #CBCD07
RGB
CMYK
RGB Variations
Color information
#CBCD07 (or 0xCBCD07) is known color: Bird Flower. HEX triplet: CB, CD and 07. RGB value is (203,205,7). Sum of RGB (Red+Green+Blue) = 203+205+7=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCD07 is #3432F8. Grayscale: #B6B6B6. Windows color (decimal): -3420921 or 511435. OLE color: 511435.
HSL color Cylindrical-coordinate representation of color #CBCD07: hue angle of 60.61º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBCD07 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 7 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.20 |
| HSL | 60.61º | 0.93% | 0.42% | - |
| HSV(B) | 60.61º | 0.97% | 0.8% | - |
| XYZ | 46.5 | 56.37 | 8.63 | - |
| YUV | 181.83 | 29.34 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 7 | 0.01 | 0 | 0.97 | 0.20 | 60.61 | 0.93 | 0.42 |
| Hex | CB | CD | 7 | 1 | 0 | 61 | 14 | 3D | 5D | 2A |
| Octal | 313 | 315 | 7 | 1 | 0 | 141 | 24 | 75 | 135 | 52 |
| Binary | 11001011 | 11001101 | 111 | 1 | 0 | 1100001 | 10100 | 111101 | 1011101 | 101010 |
Color Harmonies of #CBCD07
Complementary color
Monochromatic Colors of #CBCD07
Black with #CBCD07
Text Example
Text Example
White with #CBCD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD07; }
p { color: rgb(203,205,7); }
H1.HeaderClassName
{
color: #CBCD07;
}
.AnyTagClassName
{
color: #CBCD07;
}
</style>
background-color css
<style>
a { background-color: #CBCD07; }
a { background-color: rgb(203,205,7); }
div.DivClassName
{
background-color: #CBCD07;
}
.BgClassName
{
background-color: #CBCD07;
}
</style>
border-color css
<style>
span { border-color: #CBCD07; }
span { border-color: rgb(203,205,7); }
td.TdClassName
{
border-color: #CBCD07;
}
.TagClassName
{
border-color: #CBCD07;
}
</style>